Html Css Color HEX #525840 Lunar Green

📋 copy color: '#525840'

red 82 ◦ green 88 ◦ blue 64

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

Shades of Lunar Green #525840

Tints of Lunar Green #525840

RGB

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

 GREEN value IS 88 (34.77% from 255) = 37.61%

 BLUE value IS 64 (25.39% from 255) = 27.35%

R = 35.04%
G = 37.61%
B = 27.35%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.27

 K value IS 0.65

RGB Variations

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

Color information

#525840 (or 0x525840) is known color: Lunar Green. HEX triplet: 52, 58 and 40. RGB value is (82,88,64). Sum of RGB (Red+Green+Blue) = 82+88+64=234 (30% of max value = 765). Red value is 82 (32.42% from 255 or 35.04% from 234); Green value is 88 (34.77% from 255 or 37.61% from 234); Blue value is 64 (25.39% from 255 or 27.35% from 234); Max value from RGB is 88 - color contains mainly: green. Hex color #525840 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #525840 is #ADA7BF. Grayscale: #535353. Windows color (decimal): -11380672 or 4216914. OLE color: 4216914.

HSL color Cylindrical-coordinate representation of color #525840: hue angle of 75º 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 #525840 is Cyan = 0.07, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.65.

Color convert

RGB 82 88 64 -
CMYK 0.07 0 0.27 0.65
HSL 75º 0.16% 0.3% -
HSV(B) 75º 0.27% 0.35% -
XYZ 7.89 9.14 6.2 -
YUV 83.47 117.01 126.95 -
System Red Green Blue C M Y K H S L
Decimal 82 88 64 0.07 0 0.27 0.65 75 0.16 0.3
Hex 52 58 40 7 0 1B 41 4B 10 1E
Octal 122 130 100 7 0 33 101 113 20 36
Binary 1010010 1011000 1000000 111 0 11011 1000001 1001011 10000 11110

Color Harmonies of #525840

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #525840

Black with #525840

Text Example


Text Example

White with #525840

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #525840; }

 p { color: rgb(82,88,64); }

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

background-color css

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

 a { background-color: rgb(82,88,64); }

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

border-color css

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

 span { border-color: rgb(82,88,64); }

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