#054600

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

Shades of Myrtle #054600

Tints of Myrtle #054600

Color information

#054600 (or 0x054600) is unknown color: approx Myrtle. HEX triplet: 05, 46 and 00. RGB value is (5,70,0). Sum of RGB (Red+Green+Blue) = 5+70+0=75 (9% of max value = 765). Red value is 5 (2.34% from 255 or 6.67% from 75); Green value is 70 (27.73% from 255 or 93.33% from 75); Blue value is 0 (0.39% from 255 or 0% from 75); Max value from RGB is 70 - color contains mainly: green. Hex color #054600 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #054600 is #FAB9FF. Grayscale: #2A2A2A. Windows color (decimal): -16431616 or 17925. OLE color: 17925.

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

Color convert

RGB5700-
CMYK0.93010.73
HSL115.71º100%13.73%-
HSV(B)115.71º100%27.45%-
XYZ2.254.410.73-
YUV42.58103.97101.19-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 6.67%
GREEN value IS 70 (27.73% from 255) = 93.33%
BLUE value IS 0 (0.39% from 255) = 0%
R=6.67%
G=93.33%
B=0%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal57000.93010.73115.7110013.73
Hex54605D064497464e
Octal51060135014411116414416
Binary101100011001011101011001001001001111010011001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #054600

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #054600; }

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

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

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

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

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

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

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

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