#545C3F

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

Shades of Lunar Green #545C3F

Tints of Lunar Green #545C3F

Color information

#545C3F (or 0x545C3F) is unknown color: approx Lunar Green. HEX triplet: 54, 5C and 3F. RGB value is (84,92,63). Sum of RGB (Red+Green+Blue) = 84+92+63=239 (31% of max value = 765). Red value is 84 (33.20% from 255 or 35.15% from 239); Green value is 92 (36.33% from 255 or 38.49% from 239); Blue value is 63 (25% from 255 or 26.36% from 239); Max value from RGB is 92 - color contains mainly: green. Hex color #545C3F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #545C3F is #ABA3C0. Grayscale: #565656. Windows color (decimal): -11248577 or 4152404. OLE color: 4152404.

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

Color convert

RGB849263-
CMYK0.0900.320.64
HSL76.55º18.71%30.39%-
HSV(B)76.55º31.52%36.08%-
XYZ8.389.96.17-
YUV86.3114.85126.36-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 35.15%
GREEN value IS 92 (36.33% from 255) = 38.49%
BLUE value IS 63 (25% from 255) = 26.36%
R=35.15%
G=38.49%
B=26.36%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal8492630.0900.320.6476.5518.7130.39
Hex545C3F9020404d131e
Octal12413477110401001152336
Binary1010100101110011111110010100000100000010011011001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #545C3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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