#545F38

Color #545F38 Lunar Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lunar Green #545F38

Tints of Lunar Green #545F38

Color information

#545F38 (or 0x545F38) is unknown color: approx Lunar Green. HEX triplet: 54, 5F and 38. RGB value is (84,95,56). Sum of RGB (Red+Green+Blue) = 84+95+56=235 (31% of max value = 765). Red value is 84 (33.20% from 255 or 35.74% from 235); Green value is 95 (37.5% from 255 or 40.43% from 235); Blue value is 56 (22.27% from 255 or 23.83% from 235); Max value from RGB is 95 - color contains mainly: green. Hex color #545F38 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #545F38 is #ABA0C7. Grayscale: #575757. Windows color (decimal): -11247816 or 3694420. OLE color: 3694420.

HSL color Cylindrical-coordinate representation of color #545F38: hue angle of 76.92º degrees, saturation: 0.26, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #545F38 is Cyan = 0.12, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.63.

Color convert

RGB849556-
CMYK0.1200.410.63
HSL76.92º25.83%29.61%-
HSV(B)76.92º41.05%37.25%-
XYZ8.4610.355.29-
YUV87.26110.36125.67-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 35.74%
GREEN value IS 95 (37.5% from 255) = 40.43%
BLUE value IS 56 (22.27% from 255) = 23.83%
R=35.74%
G=40.43%
B=23.83%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal8495560.1200.410.6376.9225.8329.61
Hex545F38C0293F4d1a1e
Octal1241377014051771153236
Binary101010010111111110001100010100111111110011011101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #545F38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #545F38; }

 p { color: rgb(84,95,56); }

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

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

 a { background-color: rgb(84,95,56); }

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

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

 span { border-color: rgb(84,95,56); }

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