Html Css Color HEX #525948 Lunar Green

📋 copy color: '#525948'

red 82 ◦ green 89 ◦ blue 72

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

Shades of Lunar Green #525948

Tints of Lunar Green #525948

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 29.63%

R = 33.74%
G = 36.63%
B = 29.63%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.19

 K value IS 0.65

RGB Variations

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

Color information

#525948 (or 0x525948) is known color: Lunar Green. HEX triplet: 52, 59 and 48. RGB value is (82,89,72). Sum of RGB (Red+Green+Blue) = 82+89+72=243 (32% of max value = 765). Red value is 82 (32.42% from 255 or 33.74% from 243); Green value is 89 (35.16% from 255 or 36.63% from 243); Blue value is 72 (28.52% from 255 or 29.63% from 243); Max value from RGB is 89 - color contains mainly: green. Hex color #525948 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #525948 is #ADA6B7. Grayscale: #555555. Windows color (decimal): -11380408 or 4741458. OLE color: 4741458.

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

Color convert

RGB 82 89 72 -
CMYK 0.08 0 0.19 0.65
HSL 84.71º 0.11% 0.32% -
HSV(B) 84.71º 0.19% 0.35% -
XYZ 8.22 9.41 7.51 -
YUV 84.97 120.68 125.88 -
System Red Green Blue C M Y K H S L
Decimal 82 89 72 0.08 0 0.19 0.65 84.71 0.11 0.32
Hex 52 59 48 8 0 13 41 55 B 20
Octal 122 131 110 10 0 23 101 125 13 40
Binary 1010010 1011001 1001000 1000 0 10011 1000001 1010101 1011 100000

Color Harmonies of #525948

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #525948

Black with #525948

Text Example


Text Example

White with #525948

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #525948; }

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

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

background-color css

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

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

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

border-color css

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

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

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