#0C5601

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

Shades of Myrtle #0C5601

Tints of Myrtle #0C5601

Color information

#0C5601 (or 0x0C5601) is unknown color: approx Myrtle. HEX triplet: 0C, 56 and 01. RGB value is (12,86,1). Sum of RGB (Red+Green+Blue) = 12+86+1=99 (13% of max value = 765). Red value is 12 (5.08% from 255 or 12.12% from 99); Green value is 86 (33.98% from 255 or 86.87% from 99); Blue value is 1 (0.78% from 255 or 1.01% from 99); Max value from RGB is 86 - color contains mainly: green. Hex color #0C5601 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0C5601 is #F3A9FE. Grayscale: #363636. Windows color (decimal): -15968767 or 87564. OLE color: 87564.

HSL color Cylindrical-coordinate representation of color #0C5601: hue angle of 112.24º degrees, saturation: 0.98, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0C5601 is Cyan = 0.86, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.66.

Color convert

RGB12861-
CMYK0.8600.990.66
HSL112.24º97.7%17.06%-
HSV(B)112.24º98.84%33.73%-
XYZ3.486.741.15-
YUV54.1897.9897.91-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 12.12%
GREEN value IS 86 (33.98% from 255) = 86.87%
BLUE value IS 1 (0.78% from 255) = 1.01%
R=12.12%
G=86.87%
B=1.01%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal128610.8600.990.66112.2497.717.06
HexC5615606342706211
Octal141261126014310216014221
Binary11001010110110101100110001110000101110000110001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C5601

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,86,1); }

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

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

 a { background-color: rgb(12,86,1); }

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

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

 span { border-color: rgb(12,86,1); }

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