Html Css Color HEX #525A46 Lunar Green

📋 copy color: '#525A46'

red 82 ◦ green 90 ◦ blue 70

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

Shades of Lunar Green #525A46

Tints of Lunar Green #525A46

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 28.93%

R = 33.88%
G = 37.19%
B = 28.93%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.22

 K value IS 0.65

RGB Variations

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

Color information

#525A46 (or 0x525A46) is known color: Lunar Green. HEX triplet: 52, 5A and 46. RGB value is (82,90,70). Sum of RGB (Red+Green+Blue) = 82+90+70=242 (32% of max value = 765). Red value is 82 (32.42% from 255 or 33.88% from 242); Green value is 90 (35.55% from 255 or 37.19% from 242); Blue value is 70 (27.73% from 255 or 28.93% from 242); Max value from RGB is 90 - color contains mainly: green. Hex color #525A46 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #525A46 is #ADA5B9. Grayscale: #555555. Windows color (decimal): -11380154 or 4610642. OLE color: 4610642.

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

Color convert

RGB 82 90 70 -
CMYK 0.09 0 0.22 0.65
HSL 84º 0.13% 0.31% -
HSV(B) 84º 0.22% 0.35% -
XYZ 8.24 9.55 7.2 -
YUV 85.33 119.35 125.63 -
System Red Green Blue C M Y K H S L
Decimal 82 90 70 0.09 0 0.22 0.65 84 0.13 0.31
Hex 52 5A 46 9 0 16 41 54 C 1F
Octal 122 132 106 11 0 26 101 124 14 37
Binary 1010010 1011010 1000110 1001 0 10110 1000001 1010100 1100 11111

Color Harmonies of #525A46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #525A46

Black with #525A46

Text Example


Text Example

White with #525A46

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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