#545F42

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

Shades of Lunar Green #545F42

Tints of Lunar Green #545F42

Color information

#545F42 (or 0x545F42) is unknown color: approx Lunar Green. HEX triplet: 54, 5F and 42. RGB value is (84,95,66). Sum of RGB (Red+Green+Blue) = 84+95+66=245 (32% of max value = 765). Red value is 84 (33.20% from 255 or 34.29% from 245); Green value is 95 (37.5% from 255 or 38.78% from 245); Blue value is 66 (26.17% from 255 or 26.94% from 245); Max value from RGB is 95 - color contains mainly: green. Hex color #545F42 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #545F42 is #ABA0BD. Grayscale: #585858. Windows color (decimal): -11247806 or 4349780. OLE color: 4349780.

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

Color convert

RGB849566-
CMYK0.1200.310.63
HSL82.76º18.01%31.57%-
HSV(B)82.76º30.53%37.25%-
XYZ8.7310.466.71-
YUV88.4115.36124.86-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 34.29%
GREEN value IS 95 (37.5% from 255) = 38.78%
BLUE value IS 66 (26.17% from 255) = 26.94%
R=34.29%
G=38.78%
B=26.94%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal8495660.1200.310.6382.7618.0131.57
Hex545F42C01F3F531220
Octal12413710214037771232240
Binary1010100101111110000101100011111111111101001110010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #545F42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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