#0C4D04

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

Shades of Myrtle #0C4D04

Tints of Myrtle #0C4D04

Color information

#0C4D04 (or 0x0C4D04) is unknown color: approx Myrtle. HEX triplet: 0C, 4D and 04. RGB value is (12,77,4). Sum of RGB (Red+Green+Blue) = 12+77+4=93 (12% of max value = 765). Red value is 12 (5.08% from 255 or 12.90% from 93); Green value is 77 (30.47% from 255 or 82.80% from 93); Blue value is 4 (1.95% from 255 or 4.30% from 93); Max value from RGB is 77 - color contains mainly: green. Hex color #0C4D04 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0C4D04 is #F3B2FB. Grayscale: #313131. Windows color (decimal): -15971068 or 281868. OLE color: 281868.

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

Color convert

RGB12774-
CMYK0.8400.950.70
HSL113.42º90.12%15.88%-
HSV(B)113.42º94.81%30.2%-
XYZ2.835.391.01-
YUV49.24102.47101.44-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 12.90%
GREEN value IS 77 (30.47% from 255) = 82.80%
BLUE value IS 4 (1.95% from 255) = 4.30%
R=12.90%
G=82.80%
B=4.30%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal127740.8400.950.70113.4290.1215.88
HexC4D45405F46715a10
Octal141154124013710616113220
Binary1100100110110010101000101111110001101110001101101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C4D04

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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