Html Css Color HEX #525D3E Lunar Green

📋 copy color: '#525D3E'

red 82 ◦ green 93 ◦ blue 62

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

Shades of Lunar Green #525D3E

Tints of Lunar Green #525D3E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 26.16%

R = 34.6%
G = 39.24%
B = 26.16%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.33

 K value IS 0.64

RGB Variations

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

Color information

#525D3E (or 0x525D3E) is known color: Lunar Green. HEX triplet: 52, 5D and 3E. RGB value is (82,93,62). Sum of RGB (Red+Green+Blue) = 82+93+62=237 (31% of max value = 765). Red value is 82 (32.42% from 255 or 34.60% from 237); Green value is 93 (36.72% from 255 or 39.24% from 237); Blue value is 62 (24.61% from 255 or 26.16% from 237); Max value from RGB is 93 - color contains mainly: green. Hex color #525D3E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #525D3E is #ADA2C1. Grayscale: #565656. Windows color (decimal): -11379394 or 4087122. OLE color: 4087122.

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

Color convert

RGB 82 93 62 -
CMYK 0.12 0 0.33 0.64
HSL 81.29º 0.2% 0.3% -
HSV(B) 81.29º 0.33% 0.36% -
XYZ 8.26 9.97 6.05 -
YUV 86.18 114.36 125.02 -
System Red Green Blue C M Y K H S L
Decimal 82 93 62 0.12 0 0.33 0.64 81.29 0.2 0.3
Hex 52 5D 3E C 0 21 40 51 14 1E
Octal 122 135 76 14 0 41 100 121 24 36
Binary 1010010 1011101 111110 1100 0 100001 1000000 1010001 10100 11110

Color Harmonies of #525D3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #525D3E

Black with #525D3E

Text Example


Text Example

White with #525D3E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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