#0C4D15

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

Shades of Myrtle #0C4D15

Tints of Myrtle #0C4D15

Color information

#0C4D15 (or 0x0C4D15) is unknown color: approx Myrtle. HEX triplet: 0C, 4D and 15. RGB value is (12,77,21). Sum of RGB (Red+Green+Blue) = 12+77+21=110 (14% of max value = 765). Red value is 12 (5.08% from 255 or 10.91% from 110); Green value is 77 (30.47% from 255 or 70% from 110); Blue value is 21 (8.59% from 255 or 19.09% from 110); Max value from RGB is 77 - color contains mainly: green. Hex color #0C4D15 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0C4D15 is #F3B2EA. Grayscale: #333333. Windows color (decimal): -15971051 or 1395980. OLE color: 1395980.

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

Color convert

RGB127721-
CMYK0.8400.730.70
HSL128.31º73.03%17.45%-
HSV(B)128.31º84.42%30.2%-
XYZ2.945.441.6-
YUV51.18110.97100.05-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 10.91%
GREEN value IS 77 (30.47% from 255) = 70%
BLUE value IS 21 (8.59% from 255) = 19.09%
R=10.91%
G=70%
B=19.09%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal1277210.8400.730.70128.3173.0317.45
HexC4D155404946804911
Octal1411525124011110620011121
Binary1100100110110101101010001001001100011010000000100100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C4D15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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