Html Css Color HEX #525F3D Lunar Green

📋 copy color: '#525F3D'

red 82 ◦ green 95 ◦ blue 61

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

Shades of Lunar Green #525F3D

Tints of Lunar Green #525F3D

RGB

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

 GREEN value IS 95 (37.5% from 255) = 39.92%

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

R = 34.45%
G = 39.92%
B = 25.63%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.36

 K value IS 0.63

RGB Variations

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

Color information

#525F3D (or 0x525F3D) is known color: Lunar Green. HEX triplet: 52, 5F and 3D. RGB value is (82,95,61). Sum of RGB (Red+Green+Blue) = 82+95+61=238 (31% of max value = 765). Red value is 82 (32.42% from 255 or 34.45% from 238); Green value is 95 (37.5% from 255 or 39.92% from 238); Blue value is 61 (24.22% from 255 or 25.63% from 238); Max value from RGB is 95 - color contains mainly: green. Hex color #525F3D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #525F3D is #ADA0C2. Grayscale: #575757. Windows color (decimal): -11378883 or 4022098. OLE color: 4022098.

HSL color Cylindrical-coordinate representation of color #525F3D: hue angle of 82.94º degrees, saturation: 0.22, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #525F3D is Cyan = 0.14, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.63.

Color convert

RGB 82 95 61 -
CMYK 0.14 0 0.36 0.63
HSL 82.94º 0.22% 0.31% -
HSV(B) 82.94º 0.36% 0.37% -
XYZ 8.41 10.32 5.96 -
YUV 87.24 113.19 124.26 -
System Red Green Blue C M Y K H S L
Decimal 82 95 61 0.14 0 0.36 0.63 82.94 0.22 0.31
Hex 52 5F 3D E 0 24 3F 53 16 1F
Octal 122 137 75 16 0 44 77 123 26 37
Binary 1010010 1011111 111101 1110 0 100100 111111 1010011 10110 11111

Color Harmonies of #525F3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #525F3D

Black with #525F3D

Text Example


Text Example

White with #525F3D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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