#0C4E15

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

Shades of Myrtle #0C4E15

Tints of Myrtle #0C4E15

Color information

#0C4E15 (or 0x0C4E15) is unknown color: approx Myrtle. HEX triplet: 0C, 4E and 15. RGB value is (12,78,21). Sum of RGB (Red+Green+Blue) = 12+78+21=111 (14% of max value = 765). Red value is 12 (5.08% from 255 or 10.81% from 111); Green value is 78 (30.86% from 255 or 70.27% from 111); Blue value is 21 (8.59% from 255 or 18.92% from 111); Max value from RGB is 78 - color contains mainly: green. Hex color #0C4E15 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0C4E15 is #F3B1EA. Grayscale: #333333. Windows color (decimal): -15970795 or 1396236. OLE color: 1396236.

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

Color convert

RGB127821-
CMYK0.8500.730.69
HSL128.18º73.33%17.65%-
HSV(B)128.18º84.62%30.59%-
XYZ3.015.581.63-
YUV51.77110.6399.63-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 10.81%
GREEN value IS 78 (30.86% from 255) = 70.27%
BLUE value IS 21 (8.59% from 255) = 18.92%
R=10.81%
G=70.27%
B=18.92%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal1278210.8500.730.69128.1873.3317.65
HexC4E155504945804912
Octal1411625125011110520011122
Binary1100100111010101101010101001001100010110000000100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C4E15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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