Html Css Color HEX #525646 Lunar Green

📋 copy color: '#525646'

red 82 ◦ green 86 ◦ blue 70

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

Shades of Lunar Green #525646

Tints of Lunar Green #525646

RGB

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

 GREEN value IS 86 (33.98% from 255) = 36.13%

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

R = 34.45%
G = 36.13%
B = 29.41%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.19

 K value IS 0.66

RGB Variations

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

Color information

#525646 (or 0x525646) is known color: Lunar Green. HEX triplet: 52, 56 and 46. RGB value is (82,86,70). Sum of RGB (Red+Green+Blue) = 82+86+70=238 (31% of max value = 765). Red value is 82 (32.42% from 255 or 34.45% from 238); Green value is 86 (33.98% from 255 or 36.13% from 238); Blue value is 70 (27.73% from 255 or 29.41% from 238); Max value from RGB is 86 - color contains mainly: green. Hex color #525646 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #525646 is #ADA9B9. Grayscale: #535353. Windows color (decimal): -11381178 or 4609618. OLE color: 4609618.

HSL color Cylindrical-coordinate representation of color #525646: hue angle of 75º degrees, saturation: 0.1, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #525646 is Cyan = 0.05, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.66.

Color convert

RGB 82 86 70 -
CMYK 0.05 0 0.19 0.66
HSL 75º 0.1% 0.31% -
HSV(B) 75º 0.19% 0.34% -
XYZ 7.91 8.89 7.09 -
YUV 82.98 120.67 127.3 -
System Red Green Blue C M Y K H S L
Decimal 82 86 70 0.05 0 0.19 0.66 75 0.1 0.31
Hex 52 56 46 5 0 13 42 4B A 1F
Octal 122 126 106 5 0 23 102 113 12 37
Binary 1010010 1010110 1000110 101 0 10011 1000010 1001011 1010 11111

Color Harmonies of #525646

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #525646

Black with #525646

Text Example


Text Example

White with #525646

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #525646; }

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

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

background-color css

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

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

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

border-color css

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

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

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