#054402

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

Shades of Myrtle #054402

Tints of Myrtle #054402

Color information

#054402 (or 0x054402) is unknown color: approx Myrtle. HEX triplet: 05, 44 and 02. RGB value is (5,68,2). Sum of RGB (Red+Green+Blue) = 5+68+2=75 (9% of max value = 765). Red value is 5 (2.34% from 255 or 6.67% from 75); Green value is 68 (26.95% from 255 or 90.67% from 75); Blue value is 2 (1.17% from 255 or 2.67% from 75); Max value from RGB is 68 - color contains mainly: green. Hex color #054402 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #054402 is #FABBFD. Grayscale: #292929. Windows color (decimal): -16432126 or 148485. OLE color: 148485.

HSL color Cylindrical-coordinate representation of color #054402: hue angle of 117.27º degrees, saturation: 0.94, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #054402 is Cyan = 0.93, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.73.

Color convert

RGB5682-
CMYK0.9300.970.73
HSL117.27º94.29%13.73%-
HSV(B)117.27º97.06%26.67%-
XYZ2.144.170.75-
YUV41.64105.63101.87-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 6.67%
GREEN value IS 68 (26.95% from 255) = 90.67%
BLUE value IS 2 (1.17% from 255) = 2.67%
R=6.67%
G=90.67%
B=2.67%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal56820.9300.970.73117.2794.2913.73
Hex54425D06149755ee
Octal51042135014111116513616
Binary1011000100101011101011000011001001111010110111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #054402

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #054402; }

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

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

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

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

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

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

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

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