Html Css Color HEX #525747 Lunar Green

📋 copy color: '#525747'

red 82 ◦ green 87 ◦ blue 71

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

Shades of Lunar Green #525747

Tints of Lunar Green #525747

RGB

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

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

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

R = 34.17%
G = 36.25%
B = 29.58%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.18

 K value IS 0.66

RGB Variations

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

Color information

#525747 (or 0x525747) is known color: Lunar Green. HEX triplet: 52, 57 and 47. RGB value is (82,87,71). Sum of RGB (Red+Green+Blue) = 82+87+71=240 (31% of max value = 765). Red value is 82 (32.42% from 255 or 34.17% from 240); Green value is 87 (34.38% from 255 or 36.25% from 240); Blue value is 71 (28.12% from 255 or 29.58% from 240); Max value from RGB is 87 - color contains mainly: green. Hex color #525747 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #525747 is #ADA8B8. Grayscale: #535353. Windows color (decimal): -11380921 or 4675410. OLE color: 4675410.

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

Color convert

RGB 82 87 71 -
CMYK 0.06 0 0.18 0.66
HSL 78.75º 0.1% 0.31% -
HSV(B) 78.75º 0.18% 0.34% -
XYZ 8.03 9.07 7.29 -
YUV 83.68 120.84 126.8 -
System Red Green Blue C M Y K H S L
Decimal 82 87 71 0.06 0 0.18 0.66 78.75 0.1 0.31
Hex 52 57 47 6 0 12 42 4F A 1F
Octal 122 127 107 6 0 22 102 117 12 37
Binary 1010010 1010111 1000111 110 0 10010 1000010 1001111 1010 11111

Color Harmonies of #525747

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #525747

Black with #525747

Text Example


Text Example

White with #525747

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #525747; }

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

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

background-color css

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

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

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

border-color css

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

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

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