#0C4E14

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

Shades of Myrtle #0C4E14

Tints of Myrtle #0C4E14

Color information

#0C4E14 (or 0x0C4E14) is unknown color: approx Myrtle. HEX triplet: 0C, 4E and 14. RGB value is (12,78,20). Sum of RGB (Red+Green+Blue) = 12+78+20=110 (14% of max value = 765). Red value is 12 (5.08% from 255 or 10.91% from 110); Green value is 78 (30.86% from 255 or 70.91% from 110); Blue value is 20 (8.20% from 255 or 18.18% from 110); Max value from RGB is 78 - color contains mainly: green. Hex color #0C4E14 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0C4E14 is #F3B1EB. Grayscale: #333333. Windows color (decimal): -15970796 or 1330700. OLE color: 1330700.

HSL color Cylindrical-coordinate representation of color #0C4E14: hue angle of 127.27º degrees, saturation: 0.73, 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 #0C4E14 is Cyan = 0.85, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.69.

Color convert

RGB127820-
CMYK0.8500.740.69
HSL127.27º73.33%17.65%-
HSV(B)127.27º84.62%30.59%-
XYZ35.581.58-
YUV51.65110.1399.72-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 10.91%
GREEN value IS 78 (30.86% from 255) = 70.91%
BLUE value IS 20 (8.20% from 255) = 18.18%
R=10.91%
G=70.91%
B=18.18%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal1278200.8500.740.69127.2773.3317.65
HexC4E145504A457f4912
Octal1411624125011210517711122
Binary110010011101010010101010100101010001011111111100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C4E14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,78,20); }

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

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

 a { background-color: rgb(12,78,20); }

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

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

 span { border-color: rgb(12,78,20); }

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