Html Css Color HEX #525A42 Lunar Green

📋 copy color: '#525A42'

red 82 ◦ green 90 ◦ blue 66

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

Shades of Lunar Green #525A42

Tints of Lunar Green #525A42

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 27.73%

R = 34.45%
G = 37.82%
B = 27.73%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.27

 K value IS 0.65

RGB Variations

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

Color information

#525A42 (or 0x525A42) is known color: Lunar Green. HEX triplet: 52, 5A and 42. RGB value is (82,90,66). Sum of RGB (Red+Green+Blue) = 82+90+66=238 (31% of max value = 765). Red value is 82 (32.42% from 255 or 34.45% from 238); Green value is 90 (35.55% from 255 or 37.82% from 238); Blue value is 66 (26.17% from 255 or 27.73% from 238); Max value from RGB is 90 - color contains mainly: green. Hex color #525A42 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #525A42 is #ADA5BD. Grayscale: #545454. Windows color (decimal): -11380158 or 4348498. OLE color: 4348498.

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

Color convert

RGB 82 90 66 -
CMYK 0.09 0 0.27 0.65
HSL 80º 0.15% 0.31% -
HSV(B) 80º 0.27% 0.35% -
XYZ 8.12 9.5 6.56 -
YUV 84.87 117.35 125.95 -
System Red Green Blue C M Y K H S L
Decimal 82 90 66 0.09 0 0.27 0.65 80 0.15 0.31
Hex 52 5A 42 9 0 1B 41 50 F 1F
Octal 122 132 102 11 0 33 101 120 17 37
Binary 1010010 1011010 1000010 1001 0 11011 1000001 1010000 1111 11111

Color Harmonies of #525A42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #525A42

Black with #525A42

Text Example


Text Example

White with #525A42

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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