#0C5401

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

Shades of Myrtle #0C5401

Tints of Myrtle #0C5401

Color information

#0C5401 (or 0x0C5401) is unknown color: approx Myrtle. HEX triplet: 0C, 54 and 01. RGB value is (12,84,1). Sum of RGB (Red+Green+Blue) = 12+84+1=97 (12% of max value = 765). Red value is 12 (5.08% from 255 or 12.37% from 97); Green value is 84 (33.20% from 255 or 86.60% from 97); Blue value is 1 (0.78% from 255 or 1.03% from 97); Max value from RGB is 84 - color contains mainly: green. Hex color #0C5401 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0C5401 is #F3ABFE. Grayscale: #353535. Windows color (decimal): -15969279 or 87052. OLE color: 87052.

HSL color Cylindrical-coordinate representation of color #0C5401: hue angle of 112.05º 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 #0C5401 is Cyan = 0.86, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.67.

Color convert

RGB12841-
CMYK0.8600.990.67
HSL112.05º97.65%16.67%-
HSV(B)112.05º98.81%32.94%-
XYZ3.336.421.09-
YUV53.0198.6598.75-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 12.37%
GREEN value IS 84 (33.20% from 255) = 86.60%
BLUE value IS 1 (0.78% from 255) = 1.03%
R=12.37%
G=86.60%
B=1.03%

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
Decimal128410.8600.990.67112.0597.6516.67
HexC5415606343706211
Octal141241126014310316014221
Binary11001010100110101100110001110000111110000110001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C5401

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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