#0C5408

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

Shades of Myrtle #0C5408

Tints of Myrtle #0C5408

Color information

#0C5408 (or 0x0C5408) is unknown color: approx Myrtle. HEX triplet: 0C, 54 and 08. RGB value is (12,84,8). Sum of RGB (Red+Green+Blue) = 12+84+8=104 (13% of max value = 765). Red value is 12 (5.08% from 255 or 11.54% from 104); Green value is 84 (33.20% from 255 or 80.77% from 104); Blue value is 8 (3.52% from 255 or 7.69% from 104); Max value from RGB is 84 - color contains mainly: green. Hex color #0C5408 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0C5408 is #F3ABF7. Grayscale: #363636. Windows color (decimal): -15969272 or 545804. OLE color: 545804.

HSL color Cylindrical-coordinate representation of color #0C5408: hue angle of 116.84º degrees, saturation: 0.83, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0C5408 is Cyan = 0.86, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.67.

Color convert

RGB12848-
CMYK0.8600.900.67
HSL116.84º82.61%18.04%-
HSV(B)116.84º90.48%32.94%-
XYZ3.376.441.29-
YUV53.81102.1598.18-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 11.54%
GREEN value IS 84 (33.20% from 255) = 80.77%
BLUE value IS 8 (3.52% from 255) = 7.69%
R=11.54%
G=80.77%
B=7.69%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal128480.8600.900.67116.8482.6118.04
HexC5485605A43755312
Octal1412410126013210316512322
Binary11001010100100010101100101101010000111110101101001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C5408

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,84,8); }

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

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

 a { background-color: rgb(12,84,8); }

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

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

 span { border-color: rgb(12,84,8); }

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