#054202

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

Shades of Myrtle #054202

Tints of Myrtle #054202

Color information

#054202 (or 0x054202) is unknown color: approx Myrtle. HEX triplet: 05, 42 and 02. RGB value is (5,66,2). Sum of RGB (Red+Green+Blue) = 5+66+2=73 (9% of max value = 765). Red value is 5 (2.34% from 255 or 6.85% from 73); Green value is 66 (26.17% from 255 or 90.41% from 73); Blue value is 2 (1.17% from 255 or 2.74% from 73); Max value from RGB is 66 - color contains mainly: green. Hex color #054202 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #054202 is #FABDFD. Grayscale: #282828. Windows color (decimal): -16432638 or 147973. OLE color: 147973.

HSL color Cylindrical-coordinate representation of color #054202: hue angle of 117.19º degrees, saturation: 0.94, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #054202 is Cyan = 0.92, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.74.

Color convert

RGB5662-
CMYK0.9200.970.74
HSL117.19º94.12%13.33%-
HSV(B)117.19º96.97%25.88%-
XYZ2.023.930.71-
YUV40.46106.29102.7-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 6.85%
GREEN value IS 66 (26.17% from 255) = 90.41%
BLUE value IS 2 (1.17% from 255) = 2.74%
R=6.85%
G=90.41%
B=2.74%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal56620.9200.970.74117.1994.1213.33
Hex54225C0614A755ed
Octal51022134014111216513615
Binary1011000010101011100011000011001010111010110111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #054202

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #054202; }

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

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

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

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

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

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

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

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