Html Css Color HEX #525A40 Lunar Green

📋 copy color: '#525A40'

red 82 ◦ green 90 ◦ blue 64

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

Shades of Lunar Green #525A40

Tints of Lunar Green #525A40

RGB

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

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

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

R = 34.75%
G = 38.14%
B = 27.12%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.29

 K value IS 0.65

RGB Variations

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

Color information

#525A40 (or 0x525A40) is known color: Lunar Green. HEX triplet: 52, 5A and 40. RGB value is (82,90,64). Sum of RGB (Red+Green+Blue) = 82+90+64=236 (31% of max value = 765). Red value is 82 (32.42% from 255 or 34.75% from 236); Green value is 90 (35.55% from 255 or 38.14% from 236); Blue value is 64 (25.39% from 255 or 27.12% from 236); Max value from RGB is 90 - color contains mainly: green. Hex color #525A40 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #525A40 is #ADA5BF. Grayscale: #545454. Windows color (decimal): -11380160 or 4217426. OLE color: 4217426.

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

Color convert

RGB 82 90 64 -
CMYK 0.09 0 0.29 0.65
HSL 78.46º 0.17% 0.3% -
HSV(B) 78.46º 0.29% 0.35% -
XYZ 8.06 9.48 6.25 -
YUV 84.64 116.35 126.11 -
System Red Green Blue C M Y K H S L
Decimal 82 90 64 0.09 0 0.29 0.65 78.46 0.17 0.3
Hex 52 5A 40 9 0 1D 41 4E 11 1E
Octal 122 132 100 11 0 35 101 116 21 36
Binary 1010010 1011010 1000000 1001 0 11101 1000001 1001110 10001 11110

Color Harmonies of #525A40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #525A40

Black with #525A40

Text Example


Text Example

White with #525A40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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