#053902

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

Shades of Myrtle #053902

Tints of Myrtle #053902

Color information

#053902 (or 0x053902) is unknown color: approx Myrtle. HEX triplet: 05, 39 and 02. RGB value is (5,57,2). Sum of RGB (Red+Green+Blue) = 5+57+2=64 (8% of max value = 765). Red value is 5 (2.34% from 255 or 7.81% from 64); Green value is 57 (22.66% from 255 or 89.06% from 64); Blue value is 2 (1.17% from 255 or 3.12% from 64); Max value from RGB is 57 - color contains mainly: green. Hex color #053902 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #053902 is #FAC6FD. Grayscale: #232323. Windows color (decimal): -16434942 or 145669. OLE color: 145669.

HSL color Cylindrical-coordinate representation of color #053902: hue angle of 116.73º degrees, saturation: 0.93, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #053902 is Cyan = 0.91, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.78.

Color convert

RGB5572-
CMYK0.9100.960.78
HSL116.73º93.22%11.57%-
HSV(B)116.73º96.49%22.35%-
XYZ1.542.960.55-
YUV35.18109.27106.47-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 7.81%
GREEN value IS 57 (22.66% from 255) = 89.06%
BLUE value IS 2 (1.17% from 255) = 3.12%
R=7.81%
G=89.06%
B=3.12%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal55720.9100.960.78116.7393.2211.57
Hex53925B0604E755dc
Octal5712133014011616513514
Binary101111001101011011011000001001110111010110111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #053902

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #053902; }

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

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

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

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

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

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

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

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