Html Css Color HEX #525947 Lunar Green

📋 copy color: '#525947'

red 82 ◦ green 89 ◦ blue 71

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

Shades of Lunar Green #525947

Tints of Lunar Green #525947

RGB

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

 GREEN value IS 89 (35.16% from 255) = 36.78%

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

R = 33.88%
G = 36.78%
B = 29.34%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.20

 K value IS 0.65

RGB Variations

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

Color information

#525947 (or 0x525947) is known color: Lunar Green. HEX triplet: 52, 59 and 47. RGB value is (82,89,71). Sum of RGB (Red+Green+Blue) = 82+89+71=242 (32% of max value = 765). Red value is 82 (32.42% from 255 or 33.88% from 242); Green value is 89 (35.16% from 255 or 36.78% from 242); Blue value is 71 (28.12% from 255 or 29.34% from 242); Max value from RGB is 89 - color contains mainly: green. Hex color #525947 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #525947 is #ADA6B8. Grayscale: #545454. Windows color (decimal): -11380409 or 4675922. OLE color: 4675922.

HSL color Cylindrical-coordinate representation of color #525947: hue angle of 83.33º degrees, saturation: 0.11, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #525947 is Cyan = 0.08, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.65.

Color convert

RGB 82 89 71 -
CMYK 0.08 0 0.20 0.65
HSL 83.33º 0.11% 0.31% -
HSV(B) 83.33º 0.2% 0.35% -
XYZ 8.19 9.39 7.34 -
YUV 84.86 120.18 125.96 -
System Red Green Blue C M Y K H S L
Decimal 82 89 71 0.08 0 0.20 0.65 83.33 0.11 0.31
Hex 52 59 47 8 0 14 41 53 B 1F
Octal 122 131 107 10 0 24 101 123 13 37
Binary 1010010 1011001 1000111 1000 0 10100 1000001 1010011 1011 11111

Color Harmonies of #525947

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #525947

Black with #525947

Text Example


Text Example

White with #525947

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #525947; }

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

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

background-color css

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

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

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

border-color css

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

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

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