Html Css Color HEX #525749 Lunar Green

📋 copy color: '#525749'

red 82 ◦ green 87 ◦ blue 73

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

Shades of Lunar Green #525749

Tints of Lunar Green #525749

RGB

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

 GREEN value IS 87 (34.38% from 255) = 35.95%

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

R = 33.88%
G = 35.95%
B = 30.17%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.16

 K value IS 0.66

RGB Variations

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

Color information

#525749 (or 0x525749) is known color: Lunar Green. HEX triplet: 52, 57 and 49. RGB value is (82,87,73). Sum of RGB (Red+Green+Blue) = 82+87+73=242 (32% of max value = 765). Red value is 82 (32.42% from 255 or 33.88% from 242); Green value is 87 (34.38% from 255 or 35.95% from 242); Blue value is 73 (28.91% from 255 or 30.17% from 242); Max value from RGB is 87 - color contains mainly: green. Hex color #525749 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #525749 is #ADA8B6. Grayscale: #535353. Windows color (decimal): -11380919 or 4806482. OLE color: 4806482.

HSL color Cylindrical-coordinate representation of color #525749: hue angle of 81.43º degrees, saturation: 0.09, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #525749 is Cyan = 0.06, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.66.

Color convert

RGB 82 87 73 -
CMYK 0.06 0 0.16 0.66
HSL 81.43º 0.09% 0.31% -
HSV(B) 81.43º 0.16% 0.34% -
XYZ 8.09 9.09 7.63 -
YUV 83.91 121.84 126.64 -
System Red Green Blue C M Y K H S L
Decimal 82 87 73 0.06 0 0.16 0.66 81.43 0.09 0.31
Hex 52 57 49 6 0 10 42 51 9 1F
Octal 122 127 111 6 0 20 102 121 11 37
Binary 1010010 1010111 1001001 110 0 10000 1000010 1010001 1001 11111

Color Harmonies of #525749

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #525749

Black with #525749

Text Example


Text Example

White with #525749

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #525749; }

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

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

background-color css

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

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

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

border-color css

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

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

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