#0C5501

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

Shades of Myrtle #0C5501

Tints of Myrtle #0C5501

Color information

#0C5501 (or 0x0C5501) is unknown color: approx Myrtle. HEX triplet: 0C, 55 and 01. RGB value is (12,85,1). Sum of RGB (Red+Green+Blue) = 12+85+1=98 (12% of max value = 765). Red value is 12 (5.08% from 255 or 12.24% from 98); Green value is 85 (33.59% from 255 or 86.73% from 98); Blue value is 1 (0.78% from 255 or 1.02% from 98); Max value from RGB is 85 - color contains mainly: green. Hex color #0C5501 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0C5501 is #F3AAFE. Grayscale: #353535. Windows color (decimal): -15969023 or 87308. OLE color: 87308.

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

Color convert

RGB12851-
CMYK0.8600.990.67
HSL112.14º97.67%16.86%-
HSV(B)112.14º98.82%33.33%-
XYZ3.416.581.12-
YUV53.698.3298.33-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 12.24%
GREEN value IS 85 (33.59% from 255) = 86.73%
BLUE value IS 1 (0.78% from 255) = 1.02%
R=12.24%
G=86.73%
B=1.02%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal128510.8600.990.67112.1497.6716.86
HexC5515606343706211
Octal141251126014310316014221
Binary11001010101110101100110001110000111110000110001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C5501

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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