Html Css Color HEX #525D39 Lunar Green

📋 copy color: '#525D39'

red 82 ◦ green 93 ◦ blue 57

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

Shades of Lunar Green #525D39

Tints of Lunar Green #525D39

RGB

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

 GREEN value IS 93 (36.72% from 255) = 40.09%

 BLUE value IS 57 (22.66% from 255) = 24.57%

R = 35.34%
G = 40.09%
B = 24.57%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.39

 K value IS 0.64

RGB Variations

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

Color information

#525D39 (or 0x525D39) is known color: Lunar Green. HEX triplet: 52, 5D and 39. RGB value is (82,93,57). Sum of RGB (Red+Green+Blue) = 82+93+57=232 (30% of max value = 765). Red value is 82 (32.42% from 255 or 35.34% from 232); Green value is 93 (36.72% from 255 or 40.09% from 232); Blue value is 57 (22.66% from 255 or 24.57% from 232); Max value from RGB is 93 - color contains mainly: green. Hex color #525D39 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #525D39 is #ADA2C6. Grayscale: #555555. Windows color (decimal): -11379399 or 3759442. OLE color: 3759442.

HSL color Cylindrical-coordinate representation of color #525D39: hue angle of 78.33º degrees, saturation: 0.24, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #525D39 is Cyan = 0.12, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.64.

Color convert

RGB 82 93 57 -
CMYK 0.12 0 0.39 0.64
HSL 78.33º 0.24% 0.29% -
HSV(B) 78.33º 0.39% 0.36% -
XYZ 8.13 9.92 5.36 -
YUV 85.61 111.86 125.43 -
System Red Green Blue C M Y K H S L
Decimal 82 93 57 0.12 0 0.39 0.64 78.33 0.24 0.29
Hex 52 5D 39 C 0 27 40 4E 18 1D
Octal 122 135 71 14 0 47 100 116 30 35
Binary 1010010 1011101 111001 1100 0 100111 1000000 1001110 11000 11101

Color Harmonies of #525D39

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #525D39

Black with #525D39

Text Example


Text Example

White with #525D39

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,93,57); }

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

background-color css

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

 a { background-color: rgb(82,93,57); }

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

border-color css

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

 span { border-color: rgb(82,93,57); }

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