#0C5801

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

Shades of Myrtle #0C5801

Tints of Myrtle #0C5801

Color information

#0C5801 (or 0x0C5801) is unknown color: approx Myrtle. HEX triplet: 0C, 58 and 01. RGB value is (12,88,1). Sum of RGB (Red+Green+Blue) = 12+88+1=101 (13% of max value = 765). Red value is 12 (5.08% from 255 or 11.88% from 101); Green value is 88 (34.77% from 255 or 87.13% from 101); Blue value is 1 (0.78% from 255 or 0.99% from 101); Max value from RGB is 88 - color contains mainly: green. Hex color #0C5801 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0C5801 is #F3A7FE. Grayscale: #373737. Windows color (decimal): -15968255 or 88076. OLE color: 88076.

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

Color convert

RGB12881-
CMYK0.8600.990.65
HSL112.41º97.75%17.45%-
HSV(B)112.41º98.86%34.51%-
XYZ3.657.061.2-
YUV55.3697.3297.07-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 11.88%
GREEN value IS 88 (34.77% from 255) = 87.13%
BLUE value IS 1 (0.78% from 255) = 0.99%
R=11.88%
G=87.13%
B=0.99%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal128810.8600.990.65112.4197.7517.45
HexC5815606341706211
Octal141301126014310116014221
Binary11001011000110101100110001110000011110000110001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C5801

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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