#052E08

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

Shades of Myrtle #052E08

Tints of Myrtle #052E08

Color information

#052E08 (or 0x052E08) is unknown color: approx Myrtle. HEX triplet: 05, 2E and 08. RGB value is (5,46,8). Sum of RGB (Red+Green+Blue) = 5+46+8=59 (7% of max value = 765). Red value is 5 (2.34% from 255 or 8.47% from 59); Green value is 46 (18.36% from 255 or 77.97% from 59); Blue value is 8 (3.52% from 255 or 13.56% from 59); Max value from RGB is 46 - color contains mainly: green. Hex color #052E08 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #052E08 is #FAD1F7. Grayscale: #1D1D1D. Windows color (decimal): -16437752 or 536069. OLE color: 536069.

HSL color Cylindrical-coordinate representation of color #052E08: hue angle of 124.39º 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 #052E08 is Cyan = 0.89, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.82.

Color convert

RGB5468-
CMYK0.8900.830.82
HSL124.39º80.39%10%-
HSV(B)124.39º89.13%18.04%-
XYZ1.0820.56-
YUV29.41115.92110.59-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 8.47%
GREEN value IS 46 (18.36% from 255) = 77.97%
BLUE value IS 8 (3.52% from 255) = 13.56%
R=8.47%
G=77.97%
B=13.56%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal54680.8900.830.82124.3980.3910
Hex52E859053527c50a
Octal55610131012312217412012
Binary10110111010001011001010100111010010111110010100001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #052E08

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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