#054605

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

Shades of Myrtle #054605

Tints of Myrtle #054605

Color information

#054605 (or 0x054605) is unknown color: approx Myrtle. HEX triplet: 05, 46 and 05. RGB value is (5,70,5). Sum of RGB (Red+Green+Blue) = 5+70+5=80 (10% of max value = 765). Red value is 5 (2.34% from 255 or 6.25% from 80); Green value is 70 (27.73% from 255 or 87.5% from 80); Blue value is 5 (2.34% from 255 or 6.25% from 80); Max value from RGB is 70 - color contains mainly: green. Hex color #054605 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #054605 is #FAB9FA. Grayscale: #2B2B2B. Windows color (decimal): -16431611 or 345605. OLE color: 345605.

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

Color convert

RGB5705-
CMYK0.9300.930.73
HSL120º86.67%14.71%-
HSV(B)120º92.86%27.45%-
XYZ2.284.420.88-
YUV43.15106.47100.79-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 6.25%
GREEN value IS 70 (27.73% from 255) = 87.5%
BLUE value IS 5 (2.34% from 255) = 6.25%
R=6.25%
G=87.5%
B=6.25%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal57050.9300.930.7312086.6714.71
Hex54655D05D497857f
Octal51065135013511117012717
Binary10110001101011011101010111011001001111100010101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #054605

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #054605; }

 p { color: rgb(5,70,5); }

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

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

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

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

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

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

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