Html Css Color HEX #525944 Lunar Green

📋 copy color: '#525944'

red 82 ◦ green 89 ◦ blue 68

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

Shades of Lunar Green #525944

Tints of Lunar Green #525944

RGB

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

 GREEN value IS 89 (35.16% from 255) = 37.24%

 BLUE value IS 68 (26.95% from 255) = 28.45%

R = 34.31%
G = 37.24%
B = 28.45%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.24

 K value IS 0.65

RGB Variations

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

Color information

#525944 (or 0x525944) is known color: Lunar Green. HEX triplet: 52, 59 and 44. RGB value is (82,89,68). Sum of RGB (Red+Green+Blue) = 82+89+68=239 (31% of max value = 765). Red value is 82 (32.42% from 255 or 34.31% from 239); Green value is 89 (35.16% from 255 or 37.24% from 239); Blue value is 68 (26.95% from 255 or 28.45% from 239); Max value from RGB is 89 - color contains mainly: green. Hex color #525944 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #525944 is #ADA6BB. Grayscale: #545454. Windows color (decimal): -11380412 or 4479314. OLE color: 4479314.

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

Color convert

RGB 82 89 68 -
CMYK 0.08 0 0.24 0.65
HSL 80º 0.13% 0.31% -
HSV(B) 80º 0.24% 0.35% -
XYZ 8.1 9.36 6.85 -
YUV 84.51 118.68 126.21 -
System Red Green Blue C M Y K H S L
Decimal 82 89 68 0.08 0 0.24 0.65 80 0.13 0.31
Hex 52 59 44 8 0 18 41 50 D 1F
Octal 122 131 104 10 0 30 101 120 15 37
Binary 1010010 1011001 1000100 1000 0 11000 1000001 1010000 1101 11111

Color Harmonies of #525944

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #525944

Black with #525944

Text Example


Text Example

White with #525944

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #525944; }

 p { color: rgb(82,89,68); }

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

background-color css

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

 a { background-color: rgb(82,89,68); }

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

border-color css

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

 span { border-color: rgb(82,89,68); }

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