#052D08

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

Shades of Myrtle #052D08

Tints of Myrtle #052D08

Color information

#052D08 (or 0x052D08) is unknown color: approx Myrtle. HEX triplet: 05, 2D and 08. RGB value is (5,45,8). Sum of RGB (Red+Green+Blue) = 5+45+8=58 (7% of max value = 765). Red value is 5 (2.34% from 255 or 8.62% from 58); Green value is 45 (17.97% from 255 or 77.59% from 58); Blue value is 8 (3.52% from 255 or 13.79% from 58); Max value from RGB is 45 - color contains mainly: green. Hex color #052D08 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #052D08 is #FAD2F7. Grayscale: #1C1C1C. Windows color (decimal): -16438008 or 535813. OLE color: 535813.

HSL color Cylindrical-coordinate representation of color #052D08: hue angle of 124.5º degrees, saturation: 0.8, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #052D08 is Cyan = 0.89, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.82.

Color convert

RGB5458-
CMYK0.8900.820.82
HSL124.5º80%9.8%-
HSV(B)124.5º88.89%17.65%-
XYZ1.041.930.55-
YUV28.82116.25111.01-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 8.62%
GREEN value IS 45 (17.97% from 255) = 77.59%
BLUE value IS 8 (3.52% from 255) = 13.79%
R=8.62%
G=77.59%
B=13.79%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal54580.8900.820.82124.5809.8
Hex52D859052527c50a
Octal55510131012212217412012
Binary10110110110001011001010100101010010111110010100001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #052D08

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #052D08; }

 p { color: rgb(5,45,8); }

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

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

 a { background-color: rgb(5,45,8); }

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

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

 span { border-color: rgb(5,45,8); }

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