#0C5308

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

Shades of Myrtle #0C5308

Tints of Myrtle #0C5308

Color information

#0C5308 (or 0x0C5308) is unknown color: approx Myrtle. HEX triplet: 0C, 53 and 08. RGB value is (12,83,8). Sum of RGB (Red+Green+Blue) = 12+83+8=103 (13% of max value = 765). Red value is 12 (5.08% from 255 or 11.65% from 103); Green value is 83 (32.81% from 255 or 80.58% from 103); Blue value is 8 (3.52% from 255 or 7.77% from 103); Max value from RGB is 83 - color contains mainly: green. Hex color #0C5308 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0C5308 is #F3ACF7. Grayscale: #353535. Windows color (decimal): -15969528 or 545548. OLE color: 545548.

HSL color Cylindrical-coordinate representation of color #0C5308: hue angle of 116.8º degrees, saturation: 0.82, 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 #0C5308 is Cyan = 0.86, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.67.

Color convert

RGB12838-
CMYK0.8600.900.67
HSL116.8º82.42%17.84%-
HSV(B)116.8º90.36%32.55%-
XYZ3.296.281.27-
YUV53.22102.4898.6-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 11.65%
GREEN value IS 83 (32.81% from 255) = 80.58%
BLUE value IS 8 (3.52% from 255) = 7.77%
R=11.65%
G=80.58%
B=7.77%

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
Decimal128380.8600.900.67116.882.4217.84
HexC5385605A43755212
Octal1412310126013210316512222
Binary11001010011100010101100101101010000111110101101001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C5308

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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