#0C4404

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

Shades of Myrtle #0C4404

Tints of Myrtle #0C4404

Color information

#0C4404 (or 0x0C4404) is unknown color: approx Myrtle. HEX triplet: 0C, 44 and 04. RGB value is (12,68,4). Sum of RGB (Red+Green+Blue) = 12+68+4=84 (11% of max value = 765). Red value is 12 (5.08% from 255 or 14.29% from 84); Green value is 68 (26.95% from 255 or 80.95% from 84); Blue value is 4 (1.95% from 255 or 4.76% from 84); Max value from RGB is 68 - color contains mainly: green. Hex color #0C4404 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0C4404 is #F3BBFB. Grayscale: #2C2C2C. Windows color (decimal): -15973372 or 279564. OLE color: 279564.

HSL color Cylindrical-coordinate representation of color #0C4404: hue angle of 112.5º degrees, saturation: 0.89, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0C4404 is Cyan = 0.82, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.73.

Color convert

RGB12684-
CMYK0.8200.940.73
HSL112.5º88.89%14.12%-
HSV(B)112.5º94.12%26.67%-
XYZ2.244.220.81-
YUV43.96105.45105.2-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 14.29%
GREEN value IS 68 (26.95% from 255) = 80.95%
BLUE value IS 4 (1.95% from 255) = 4.76%
R=14.29%
G=80.95%
B=4.76%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal126840.8200.940.73112.588.8914.12
HexC4445205E497059e
Octal141044122013611116013116
Binary110010001001001010010010111101001001111000010110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C4404

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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