Html Css Color HEX #525941 Lunar Green

📋 copy color: '#525941'

red 82 ◦ green 89 ◦ blue 65

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

Shades of Lunar Green #525941

Tints of Lunar Green #525941

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 27.54%

R = 34.75%
G = 37.71%
B = 27.54%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.27

 K value IS 0.65

RGB Variations

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

Color information

#525941 (or 0x525941) is known color: Lunar Green. HEX triplet: 52, 59 and 41. RGB value is (82,89,65). Sum of RGB (Red+Green+Blue) = 82+89+65=236 (31% of max value = 765). Red value is 82 (32.42% from 255 or 34.75% from 236); Green value is 89 (35.16% from 255 or 37.71% from 236); Blue value is 65 (25.78% from 255 or 27.54% from 236); Max value from RGB is 89 - color contains mainly: green. Hex color #525941 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #525941 is #ADA6BE. Grayscale: #545454. Windows color (decimal): -11380415 or 4282706. OLE color: 4282706.

HSL color Cylindrical-coordinate representation of color #525941: hue angle of 77.5º degrees, saturation: 0.16, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #525941 is Cyan = 0.08, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.65.

Color convert

RGB 82 89 65 -
CMYK 0.08 0 0.27 0.65
HSL 77.5º 0.16% 0.3% -
HSV(B) 77.5º 0.27% 0.35% -
XYZ 8.01 9.32 6.38 -
YUV 84.17 117.18 126.45 -
System Red Green Blue C M Y K H S L
Decimal 82 89 65 0.08 0 0.27 0.65 77.5 0.16 0.3
Hex 52 59 41 8 0 1B 41 4E 10 1E
Octal 122 131 101 10 0 33 101 116 20 36
Binary 1010010 1011001 1000001 1000 0 11011 1000001 1001110 10000 11110

Color Harmonies of #525941

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #525941

Black with #525941

Text Example


Text Example

White with #525941

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #525941; }

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

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

background-color css

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

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

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

border-color css

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

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

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