#113F4C

Color #113F4C Green Vogue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Green Vogue #113F4C

Tints of Green Vogue #113F4C

Color information

#113F4C (or 0x113F4C) is unknown color: approx Green Vogue. HEX triplet: 11, 3F and 4C. RGB value is (17,63,76). Sum of RGB (Red+Green+Blue) = 17+63+76=156 (20% of max value = 765). Red value is 17 (7.03% from 255 or 10.90% from 156); Green value is 63 (25% from 255 or 40.38% from 156); Blue value is 76 (30.08% from 255 or 48.72% from 156); Max value from RGB is 76 - color contains mainly: blue. Hex color #113F4C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #113F4C is #EEC0B3. Grayscale: #323232. Windows color (decimal): -15646900 or 4996881. OLE color: 4996881.

HSL color Cylindrical-coordinate representation of color #113F4C: hue angle of 193.22º degrees, saturation: 0.63, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #113F4C is Cyan = 0.78, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB176376-
CMYK0.780.1700.70
HSL193.22º63.44%18.24%-
HSV(B)193.22º77.63%29.8%-
XYZ3.314.27.47-
YUV50.73142.26103.94-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 17 (7.03% from 255) = 10.90%
GREEN value IS 63 (25% from 255) = 40.38%
BLUE value IS 76 (30.08% from 255) = 48.72%
R=10.90%
G=40.38%
B=48.72%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal1763760.780.1700.70193.2263.4418.24
Hex113F4C4E11046c13f12
Octal21771141162101063017722
Binary100011111111001100100111010001010001101100000111111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #113F4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #113F4C; }

 p { color: rgb(17,63,76); }

 H1.HeaderClassName
 {
   color: #113F4C;
 }
 .AnyTagClassName
 {
   color: #113F4C;
 }
</style>
background-color css

<style>
 a { background-color: #113F4C; }

 a { background-color: rgb(17,63,76); }

 div.DivClassName
 {
   background-color: #113F4C;
 }
 .BgClassName
 {
   background-color: #113F4C;
 }
</style>
border-color css

<style>
 span { border-color: #113F4C; }

 span { border-color: rgb(17,63,76); }

 td.TdClassName
 {
   border-color: #113F4C;
 }
 .TagClassName
 {
   border-color: #113F4C;
 }
</style>