Html Css Color HEX #525549 Lunar Green

📋 copy color: '#525549'

red 82 ◦ green 85 ◦ blue 73

#525549
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Lunar Green #525549

Tints of Lunar Green #525549

RGB

 RED value IS 82 (32.42% from 255) = 34.17%

 GREEN value IS 85 (33.59% from 255) = 35.42%

 BLUE value IS 73 (28.91% from 255) = 30.42%

R = 34.17%
G = 35.42%
B = 30.42%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.14

 K value IS 0.67

RGB Variations

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

Color information

#525549 (or 0x525549) is known color: Lunar Green. HEX triplet: 52, 55 and 49. RGB value is (82,85,73). Sum of RGB (Red+Green+Blue) = 82+85+73=240 (31% of max value = 765). Red value is 82 (32.42% from 255 or 34.17% from 240); Green value is 85 (33.59% from 255 or 35.42% from 240); Blue value is 73 (28.91% from 255 or 30.42% from 240); Max value from RGB is 85 - color contains mainly: green. Hex color #525549 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #525549 is #ADAAB6. Grayscale: #525252. Windows color (decimal): -11381431 or 4805970. OLE color: 4805970.

HSL color Cylindrical-coordinate representation of color #525549: hue angle of 75º degrees, saturation: 0.08, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #525549 is Cyan = 0.04, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.67.

Color convert

RGB 82 85 73 -
CMYK 0.04 0 0.14 0.67
HSL 75º 0.08% 0.31% -
HSV(B) 75º 0.14% 0.33% -
XYZ 7.93 8.77 7.58 -
YUV 82.74 122.51 127.48 -
System Red Green Blue C M Y K H S L
Decimal 82 85 73 0.04 0 0.14 0.67 75 0.08 0.31
Hex 52 55 49 4 0 E 43 4B 8 1F
Octal 122 125 111 4 0 16 103 113 10 37
Binary 1010010 1010101 1001001 100 0 1110 1000011 1001011 1000 11111

Color Harmonies of #525549

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #525549

Black with #525549

Text Example


Text Example

White with #525549

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #525549; }

 p { color: rgb(82,85,73); }

 H1.HeaderClassName
 {
   color: #525549;
 }
 .AnyTagClassName
 {
   color: #525549;
 }
</style>

background-color css

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

 a { background-color: rgb(82,85,73); }

 div.DivClassName
 {
   background-color: #525549;
 }
 .BgClassName
 {
   background-color: #525549;
 }
</style>

border-color css

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

 span { border-color: rgb(82,85,73); }

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