#52544E

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

Shades of Lunar Green #52544E

Tints of Lunar Green #52544E

Color information

#52544E (or 0x52544E) is unknown color: approx Lunar Green. HEX triplet: 52, 54 and 4E. RGB value is (82,84,78). Sum of RGB (Red+Green+Blue) = 82+84+78=244 (32% of max value = 765). Red value is 82 (32.42% from 255 or 33.61% from 244); Green value is 84 (33.20% from 255 or 34.43% from 244); Blue value is 78 (30.86% from 255 or 31.97% from 244); Max value from RGB is 84 - color contains mainly: green. Hex color #52544E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #52544E is #ADABB1. Grayscale: #525252. Windows color (decimal): -11381682 or 5133394. OLE color: 5133394.

HSL color Cylindrical-coordinate representation of color #52544E: hue angle of 80º degrees, saturation: 0.04, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #52544E is Cyan = 0.02, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.67.

Color convert

RGB828478-
CMYK0.0200.070.67
HSL80º3.7%31.76%-
HSV(B)80º7.14%32.94%-
XYZ8.038.688.46-
YUV82.72125.34127.49-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 33.61%
GREEN value IS 84 (33.20% from 255) = 34.43%
BLUE value IS 78 (30.86% from 255) = 31.97%
R=33.61%
G=34.43%
B=31.97%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8284780.0200.070.67803.731.76
Hex52544E2074350420
Octal122124116207103120440
Binary10100101010100100111010011110000111010000100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52544E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #52544E; }

 p { color: rgb(82,84,78); }

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

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

 a { background-color: rgb(82,84,78); }

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

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

 span { border-color: rgb(82,84,78); }

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