#054502

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

Shades of Myrtle #054502

Tints of Myrtle #054502

Color information

#054502 (or 0x054502) is unknown color: approx Myrtle. HEX triplet: 05, 45 and 02. RGB value is (5,69,2). Sum of RGB (Red+Green+Blue) = 5+69+2=76 (10% of max value = 765). Red value is 5 (2.34% from 255 or 6.58% from 76); Green value is 69 (27.34% from 255 or 90.79% from 76); Blue value is 2 (1.17% from 255 or 2.63% from 76); Max value from RGB is 69 - color contains mainly: green. Hex color #054502 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #054502 is #FABAFD. Grayscale: #2A2A2A. Windows color (decimal): -16431870 or 148741. OLE color: 148741.

HSL color Cylindrical-coordinate representation of color #054502: hue angle of 117.31º 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 #054502 is Cyan = 0.93, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.73.

Color convert

RGB5692-
CMYK0.9300.970.73
HSL117.31º94.37%13.92%-
HSV(B)117.31º97.1%27.06%-
XYZ2.24.290.77-
YUV42.23105.3101.45-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 6.58%
GREEN value IS 69 (27.34% from 255) = 90.79%
BLUE value IS 2 (1.17% from 255) = 2.63%
R=6.58%
G=90.79%
B=2.63%

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
Decimal56920.9300.970.73117.3194.3713.92
Hex54525D06149755ee
Octal51052135014111116513616
Binary1011000101101011101011000011001001111010110111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #054502

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #054502; }

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

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

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

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

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

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

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

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