#0C5805

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

Shades of Myrtle #0C5805

Tints of Myrtle #0C5805

Color information

#0C5805 (or 0x0C5805) is unknown color: approx Myrtle. HEX triplet: 0C, 58 and 05. RGB value is (12,88,5). Sum of RGB (Red+Green+Blue) = 12+88+5=105 (13% of max value = 765). Red value is 12 (5.08% from 255 or 11.43% from 105); Green value is 88 (34.77% from 255 or 83.81% from 105); Blue value is 5 (2.34% from 255 or 4.76% from 105); Max value from RGB is 88 - color contains mainly: green. Hex color #0C5805 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0C5805 is #F3A7FA. Grayscale: #383838. Windows color (decimal): -15968251 or 350220. OLE color: 350220.

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

Color convert

RGB12885-
CMYK0.8600.940.65
HSL114.94º89.25%18.24%-
HSV(B)114.94º94.32%34.51%-
XYZ3.677.071.31-
YUV55.8199.3296.75-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 11.43%
GREEN value IS 88 (34.77% from 255) = 83.81%
BLUE value IS 5 (2.34% from 255) = 4.76%
R=11.43%
G=83.81%
B=4.76%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal128850.8600.940.65114.9489.2518.24
HexC5855605E41735912
Octal141305126013610116313122
Binary1100101100010110101100101111010000011110011101100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C5805

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,88,5); }

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

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

 a { background-color: rgb(12,88,5); }

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

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

 span { border-color: rgb(12,88,5); }

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