#052401

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

Shades of Myrtle #052401

Tints of Myrtle #052401

Color information

#052401 (or 0x052401) is unknown color: approx Myrtle. HEX triplet: 05, 24 and 01. RGB value is (5,36,1). Sum of RGB (Red+Green+Blue) = 5+36+1=42 (5% of max value = 765). Red value is 5 (2.34% from 255 or 11.90% from 42); Green value is 36 (14.45% from 255 or 85.71% from 42); Blue value is 1 (0.78% from 255 or 2.38% from 42); Max value from RGB is 36 - color contains mainly: green. Hex color #052401 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #052401 is #FADBFE. Grayscale: #161616. Windows color (decimal): -16440319 or 74757. OLE color: 74757.

HSL color Cylindrical-coordinate representation of color #052401: hue angle of 113.14º degrees, saturation: 0.95, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #052401 is Cyan = 0.86, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.86.

Color convert

RGB5361-
CMYK0.8600.970.86
HSL113.14º94.59%7.25%-
HSV(B)113.14º97.22%14.12%-
XYZ0.71.30.24-
YUV22.74115.73115.35-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 11.90%
GREEN value IS 36 (14.45% from 255) = 85.71%
BLUE value IS 1 (0.78% from 255) = 2.38%
R=11.90%
G=85.71%
B=2.38%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal53610.8600.970.86113.1494.597.25
Hex52415606156715f7
Octal544112601411261611377
Binary1011001001101011001100001101011011100011011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #052401

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #052401; }

 p { color: rgb(5,36,1); }

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

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

 a { background-color: rgb(5,36,1); }

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

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

 span { border-color: rgb(5,36,1); }

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