#0C4C0F

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

Shades of Myrtle #0C4C0F

Tints of Myrtle #0C4C0F

Color information

#0C4C0F (or 0x0C4C0F) is unknown color: approx Myrtle. HEX triplet: 0C, 4C and 0F. RGB value is (12,76,15). Sum of RGB (Red+Green+Blue) = 12+76+15=103 (13% of max value = 765). Red value is 12 (5.08% from 255 or 11.65% from 103); Green value is 76 (30.08% from 255 or 73.79% from 103); Blue value is 15 (6.25% from 255 or 14.56% from 103); Max value from RGB is 76 - color contains mainly: green. Hex color #0C4C0F is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0C4C0F is #F3B3F0. Grayscale: #323232. Windows color (decimal): -15971313 or 1002508. OLE color: 1002508.

HSL color Cylindrical-coordinate representation of color #0C4C0F: hue angle of 122.81º degrees, saturation: 0.73, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #0C4C0F is Cyan = 0.84, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.70.

Color convert

RGB127615-
CMYK0.8400.800.70
HSL122.81º72.73%17.25%-
HSV(B)122.81º84.21%29.8%-
XYZ2.825.281.32-
YUV49.91108.3100.96-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 11.65%
GREEN value IS 76 (30.08% from 255) = 73.79%
BLUE value IS 15 (6.25% from 255) = 14.56%
R=11.65%
G=73.79%
B=14.56%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal1276150.8400.800.70122.8172.7317.25
HexC4CF54050467b4911
Octal1411417124012010617311121
Binary11001001100111110101000101000010001101111011100100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C4C0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,76,15); }

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

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

 a { background-color: rgb(12,76,15); }

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

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

 span { border-color: rgb(12,76,15); }

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