#545C41

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

Shades of Lunar Green #545C41

Tints of Lunar Green #545C41

Color information

#545C41 (or 0x545C41) is unknown color: approx Lunar Green. HEX triplet: 54, 5C and 41. RGB value is (84,92,65). Sum of RGB (Red+Green+Blue) = 84+92+65=241 (31% of max value = 765). Red value is 84 (33.20% from 255 or 34.85% from 241); Green value is 92 (36.33% from 255 or 38.17% from 241); Blue value is 65 (25.78% from 255 or 26.97% from 241); Max value from RGB is 92 - color contains mainly: green. Hex color #545C41 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #545C41 is #ABA3BE. Grayscale: #565656. Windows color (decimal): -11248575 or 4283476. OLE color: 4283476.

HSL color Cylindrical-coordinate representation of color #545C41: hue angle of 77.78º degrees, saturation: 0.17, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #545C41 is Cyan = 0.09, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.64.

Color convert

RGB849265-
CMYK0.0900.290.64
HSL77.78º17.2%30.78%-
HSV(B)77.78º29.35%36.08%-
XYZ8.449.926.47-
YUV86.53115.85126.2-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 34.85%
GREEN value IS 92 (36.33% from 255) = 38.17%
BLUE value IS 65 (25.78% from 255) = 26.97%
R=34.85%
G=38.17%
B=26.97%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal8492650.0900.290.6477.7817.230.78
Hex545C41901D404e111f
Octal124134101110351001162137
Binary1010100101110010000011001011101100000010011101000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #545C41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(84,92,65); }

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

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

 a { background-color: rgb(84,92,65); }

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

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

 span { border-color: rgb(84,92,65); }

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