Html Css Color HEX #525846 Lunar Green

📋 copy color: '#525846'

red 82 ◦ green 88 ◦ blue 70

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

Shades of Lunar Green #525846

Tints of Lunar Green #525846

RGB

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

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

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

R = 34.17%
G = 36.67%
B = 29.17%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.20

 K value IS 0.65

RGB Variations

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

Color information

#525846 (or 0x525846) is known color: Lunar Green. HEX triplet: 52, 58 and 46. RGB value is (82,88,70). Sum of RGB (Red+Green+Blue) = 82+88+70=240 (31% of max value = 765). Red value is 82 (32.42% from 255 or 34.17% from 240); Green value is 88 (34.77% from 255 or 36.67% from 240); Blue value is 70 (27.73% from 255 or 29.17% from 240); Max value from RGB is 88 - color contains mainly: green. Hex color #525846 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #525846 is #ADA7B9. Grayscale: #545454. Windows color (decimal): -11380666 or 4610130. OLE color: 4610130.

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

Color convert

RGB 82 88 70 -
CMYK 0.07 0 0.20 0.65
HSL 80º 0.11% 0.31% -
HSV(B) 80º 0.2% 0.35% -
XYZ 8.07 9.22 7.15 -
YUV 84.15 120.01 126.46 -
System Red Green Blue C M Y K H S L
Decimal 82 88 70 0.07 0 0.20 0.65 80 0.11 0.31
Hex 52 58 46 7 0 14 41 50 B 1F
Octal 122 130 106 7 0 24 101 120 13 37
Binary 1010010 1011000 1000110 111 0 10100 1000001 1010000 1011 11111

Color Harmonies of #525846

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #525846

Black with #525846

Text Example


Text Example

White with #525846

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #525846; }

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

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

background-color css

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

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

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

border-color css

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

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

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