#052804

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

Shades of Myrtle #052804

Tints of Myrtle #052804

Color information

#052804 (or 0x052804) is unknown color: approx Myrtle. HEX triplet: 05, 28 and 04. RGB value is (5,40,4). Sum of RGB (Red+Green+Blue) = 5+40+4=49 (6% of max value = 765). Red value is 5 (2.34% from 255 or 10.20% from 49); Green value is 40 (16.02% from 255 or 81.63% from 49); Blue value is 4 (1.95% from 255 or 8.16% from 49); Max value from RGB is 40 - color contains mainly: green. Hex color #052804 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #052804 is #FAD7FB. Grayscale: #191919. Windows color (decimal): -16439292 or 272389. OLE color: 272389.

HSL color Cylindrical-coordinate representation of color #052804: hue angle of 118.33º degrees, saturation: 0.82, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #052804 is Cyan = 0.88, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.84.

Color convert

RGB5404-
CMYK0.8800.900.84
HSL118.33º81.82%8.63%-
HSV(B)118.33º90%15.69%-
XYZ0.841.560.37-
YUV25.43115.9113.43-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 10.20%
GREEN value IS 40 (16.02% from 255) = 81.63%
BLUE value IS 4 (1.95% from 255) = 8.16%
R=10.20%
G=81.63%
B=8.16%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal54040.8800.900.84118.3381.828.63
Hex52845805A5476529
Octal5504130013212416612211
Binary1011010001001011000010110101010100111011010100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #052804

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #052804; }

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

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

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

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

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

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

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

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