Html Css Color HEX #525A47 Lunar Green

📋 copy color: '#525A47'

red 82 ◦ green 90 ◦ blue 71

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

Shades of Lunar Green #525A47

Tints of Lunar Green #525A47

RGB

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

 GREEN value IS 90 (35.55% from 255) = 37.04%

 BLUE value IS 71 (28.13% from 255) = 29.22%

R = 33.74%
G = 37.04%
B = 29.22%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.21

 K value IS 0.65

RGB Variations

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

Color information

#525A47 (or 0x525A47) is known color: Lunar Green. HEX triplet: 52, 5A and 47. RGB value is (82,90,71). Sum of RGB (Red+Green+Blue) = 82+90+71=243 (32% of max value = 765). Red value is 82 (32.42% from 255 or 33.74% from 243); Green value is 90 (35.55% from 255 or 37.04% from 243); Blue value is 71 (28.12% from 255 or 29.22% from 243); Max value from RGB is 90 - color contains mainly: green. Hex color #525A47 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #525A47 is #ADA5B8. Grayscale: #555555. Windows color (decimal): -11380153 or 4676178. OLE color: 4676178.

HSL color Cylindrical-coordinate representation of color #525A47: hue angle of 85.26º degrees, saturation: 0.12, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #525A47 is Cyan = 0.09, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.65.

Color convert

RGB 82 90 71 -
CMYK 0.09 0 0.21 0.65
HSL 85.26º 0.12% 0.32% -
HSV(B) 85.26º 0.21% 0.35% -
XYZ 8.27 9.56 7.37 -
YUV 85.44 119.85 125.54 -
System Red Green Blue C M Y K H S L
Decimal 82 90 71 0.09 0 0.21 0.65 85.26 0.12 0.32
Hex 52 5A 47 9 0 15 41 55 C 20
Octal 122 132 107 11 0 25 101 125 14 40
Binary 1010010 1011010 1000111 1001 0 10101 1000001 1010101 1100 100000

Color Harmonies of #525A47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #525A47

Black with #525A47

Text Example


Text Example

White with #525A47

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #525A47; }

 p { color: rgb(82,90,71); }

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

background-color css

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

 a { background-color: rgb(82,90,71); }

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

border-color css

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

 span { border-color: rgb(82,90,71); }

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