#052402

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

Shades of Myrtle #052402

Tints of Myrtle #052402

Color information

#052402 (or 0x052402) is unknown color: approx Myrtle. HEX triplet: 05, 24 and 02. RGB value is (5,36,2). Sum of RGB (Red+Green+Blue) = 5+36+2=43 (5% of max value = 765). Red value is 5 (2.34% from 255 or 11.63% from 43); Green value is 36 (14.45% from 255 or 83.72% from 43); Blue value is 2 (1.17% from 255 or 4.65% from 43); Max value from RGB is 36 - color contains mainly: green. Hex color #052402 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #052402 is #FADBFD. Grayscale: #161616. Windows color (decimal): -16440318 or 140293. OLE color: 140293.

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

Color convert

RGB5362-
CMYK0.8600.940.86
HSL114.71º89.47%7.45%-
HSV(B)114.71º94.44%14.12%-
XYZ0.71.30.27-
YUV22.86116.23115.26-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 11.63%
GREEN value IS 36 (14.45% from 255) = 83.72%
BLUE value IS 2 (1.17% from 255) = 4.65%
R=11.63%
G=83.72%
B=4.65%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal53620.8600.940.86114.7189.477.45
Hex52425605E5673597
Octal544212601361261631317
Binary10110010010101011001011110101011011100111011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #052402

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #052402; }

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

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

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

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

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

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

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

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