Html Css Color HEX #525D3D Lunar Green

📋 copy color: '#525D3D'

red 82 ◦ green 93 ◦ blue 61

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

Shades of Lunar Green #525D3D

Tints of Lunar Green #525D3D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 25.85%

R = 34.75%
G = 39.41%
B = 25.85%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.34

 K value IS 0.64

RGB Variations

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

Color information

#525D3D (or 0x525D3D) is known color: Lunar Green. HEX triplet: 52, 5D and 3D. RGB value is (82,93,61). Sum of RGB (Red+Green+Blue) = 82+93+61=236 (31% of max value = 765). Red value is 82 (32.42% from 255 or 34.75% from 236); Green value is 93 (36.72% from 255 or 39.41% from 236); Blue value is 61 (24.22% from 255 or 25.85% from 236); Max value from RGB is 93 - color contains mainly: green. Hex color #525D3D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #525D3D is #ADA2C2. Grayscale: #565656. Windows color (decimal): -11379395 or 4021586. OLE color: 4021586.

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

Color convert

RGB 82 93 61 -
CMYK 0.12 0 0.34 0.64
HSL 80.63º 0.21% 0.3% -
HSV(B) 80.63º 0.34% 0.36% -
XYZ 8.24 9.96 5.9 -
YUV 86.06 113.86 125.1 -
System Red Green Blue C M Y K H S L
Decimal 82 93 61 0.12 0 0.34 0.64 80.63 0.21 0.3
Hex 52 5D 3D C 0 22 40 51 15 1E
Octal 122 135 75 14 0 42 100 121 25 36
Binary 1010010 1011101 111101 1100 0 100010 1000000 1010001 10101 11110

Color Harmonies of #525D3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #525D3D

Black with #525D3D

Text Example


Text Example

White with #525D3D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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