#052404

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

Shades of Myrtle #052404

Tints of Myrtle #052404

Color information

#052404 (or 0x052404) is unknown color: approx Myrtle. HEX triplet: 05, 24 and 04. RGB value is (5,36,4). Sum of RGB (Red+Green+Blue) = 5+36+4=45 (5% of max value = 765). Red value is 5 (2.34% from 255 or 11.11% from 45); Green value is 36 (14.45% from 255 or 80% from 45); Blue value is 4 (1.95% from 255 or 8.89% from 45); Max value from RGB is 36 - color contains mainly: green. Hex color #052404 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #052404 is #FADBFB. Grayscale: #171717. Windows color (decimal): -16440316 or 271365. OLE color: 271365.

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

Color convert

RGB5364-
CMYK0.8600.890.86
HSL118.12º80%7.84%-
HSV(B)118.12º88.89%14.12%-
XYZ0.721.30.33-
YUV23.08117.23115.1-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 11.11%
GREEN value IS 36 (14.45% from 255) = 80%
BLUE value IS 4 (1.95% from 255) = 8.89%
R=11.11%
G=80%
B=8.89%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal53640.8600.890.86118.12807.84
Hex5244560595676508
Octal5444126013112616612010
Binary1011001001001010110010110011010110111011010100001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #052404

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #052404; }

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

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

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

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

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

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

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

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