#0C3C4F

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

Shades of Green Vogue #0C3C4F

Tints of Green Vogue #0C3C4F

Color information

#0C3C4F (or 0x0C3C4F) is unknown color: approx Green Vogue. HEX triplet: 0C, 3C and 4F. RGB value is (12,60,79). Sum of RGB (Red+Green+Blue) = 12+60+79=151 (20% of max value = 765). Red value is 12 (5.08% from 255 or 7.95% from 151); Green value is 60 (23.83% from 255 or 39.74% from 151); Blue value is 79 (31.25% from 255 or 52.32% from 151); Max value from RGB is 79 - color contains mainly: blue. Hex color #0C3C4F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0C3C4F is #F3C3B0. Grayscale: #2F2F2F. Windows color (decimal): -15975345 or 5192716. OLE color: 5192716.

HSL color Cylindrical-coordinate representation of color #0C3C4F: hue angle of 197.01º degrees, saturation: 0.74, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #0C3C4F is Cyan = 0.85, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB126079-
CMYK0.850.2400.69
HSL197.01º73.63%17.84%-
HSV(B)197.01º84.81%30.98%-
XYZ3.183.877.98-
YUV47.81145.6102.46-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 7.95%
GREEN value IS 60 (23.83% from 255) = 39.74%
BLUE value IS 79 (31.25% from 255) = 52.32%
R=7.95%
G=39.74%
B=52.32%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal1260790.850.2400.69197.0173.6317.84
HexC3C4F5518045c54a12
Octal147411712530010530511222
Binary110011110010011111010101110000100010111000101100101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C3C4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0C3C4F; }

 p { color: rgb(12,60,79); }

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

<style>
 a { background-color: #0C3C4F; }

 a { background-color: rgb(12,60,79); }

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

<style>
 span { border-color: #0C3C4F; }

 span { border-color: rgb(12,60,79); }

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