#0C5309

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

Shades of Myrtle #0C5309

Tints of Myrtle #0C5309

Color information

#0C5309 (or 0x0C5309) is unknown color: approx Myrtle. HEX triplet: 0C, 53 and 09. RGB value is (12,83,9). Sum of RGB (Red+Green+Blue) = 12+83+9=104 (13% of max value = 765). Red value is 12 (5.08% from 255 or 11.54% from 104); Green value is 83 (32.81% from 255 or 79.81% from 104); Blue value is 9 (3.91% from 255 or 8.65% from 104); Max value from RGB is 83 - color contains mainly: green. Hex color #0C5309 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0C5309 is #F3ACF6. Grayscale: #353535. Windows color (decimal): -15969527 or 611084. OLE color: 611084.

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

Color convert

RGB12839-
CMYK0.8600.890.67
HSL117.57º80.43%18.04%-
HSV(B)117.57º89.16%32.55%-
XYZ3.296.281.3-
YUV53.34102.9898.52-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 11.54%
GREEN value IS 83 (32.81% from 255) = 79.81%
BLUE value IS 9 (3.91% from 255) = 8.65%
R=11.54%
G=79.81%
B=8.65%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal128390.8600.890.67117.5780.4318.04
HexC5395605943765012
Octal1412311126013110316612022
Binary11001010011100110101100101100110000111110110101000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C5309

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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