Html Css Color HEX #525841 Lunar Green

📋 copy color: '#525841'

red 82 ◦ green 88 ◦ blue 65

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

Shades of Lunar Green #525841

Tints of Lunar Green #525841

RGB

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

 GREEN value IS 88 (34.77% from 255) = 37.45%

 BLUE value IS 65 (25.78% from 255) = 27.66%

R = 34.89%
G = 37.45%
B = 27.66%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.26

 K value IS 0.65

RGB Variations

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

Color information

#525841 (or 0x525841) is known color: Lunar Green. HEX triplet: 52, 58 and 41. RGB value is (82,88,65). Sum of RGB (Red+Green+Blue) = 82+88+65=235 (31% of max value = 765). Red value is 82 (32.42% from 255 or 34.89% from 235); Green value is 88 (34.77% from 255 or 37.45% from 235); Blue value is 65 (25.78% from 255 or 27.66% from 235); Max value from RGB is 88 - color contains mainly: green. Hex color #525841 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #525841 is #ADA7BE. Grayscale: #535353. Windows color (decimal): -11380671 or 4282450. OLE color: 4282450.

HSL color Cylindrical-coordinate representation of color #525841: hue angle of 75.65º degrees, saturation: 0.15, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #525841 is Cyan = 0.07, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.65.

Color convert

RGB 82 88 65 -
CMYK 0.07 0 0.26 0.65
HSL 75.65º 0.15% 0.3% -
HSV(B) 75.65º 0.26% 0.35% -
XYZ 7.92 9.15 6.35 -
YUV 83.58 117.51 126.87 -
System Red Green Blue C M Y K H S L
Decimal 82 88 65 0.07 0 0.26 0.65 75.65 0.15 0.3
Hex 52 58 41 7 0 1A 41 4C F 1E
Octal 122 130 101 7 0 32 101 114 17 36
Binary 1010010 1011000 1000001 111 0 11010 1000001 1001100 1111 11110

Color Harmonies of #525841

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #525841

Black with #525841

Text Example


Text Example

White with #525841

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #525841; }

 p { color: rgb(82,88,65); }

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

background-color css

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

 a { background-color: rgb(82,88,65); }

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

border-color css

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

 span { border-color: rgb(82,88,65); }

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