Html Css Color HEX #526D41 Chalet Green

📋 copy color: '#526D41'

red 82 ◦ green 109 ◦ blue 65

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

Shades of Chalet Green #526D41

Tints of Chalet Green #526D41

RGB

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

 GREEN value IS 109 (42.97% from 255) = 42.58%

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

R = 32.03%
G = 42.58%
B = 25.39%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.40

 K value IS 0.57

RGB Variations

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

Color information

#526D41 (or 0x526D41) is known color: Chalet Green. HEX triplet: 52, 6D and 41. RGB value is (82,109,65). Sum of RGB (Red+Green+Blue) = 82+109+65=256 (33% of max value = 765). Red value is 82 (32.42% from 255 or 32.03% from 256); Green value is 109 (42.97% from 255 or 42.58% from 256); Blue value is 65 (25.78% from 255 or 25.39% from 256); Max value from RGB is 109 - color contains mainly: green. Hex color #526D41 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #526D41 is #AD92BE. Grayscale: #606060. Windows color (decimal): -11375295 or 4287826. OLE color: 4287826.

HSL color Cylindrical-coordinate representation of color #526D41: hue angle of 96.82º degrees, saturation: 0.25, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #526D41 is Cyan = 0.25, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.57.

Color convert

RGB 82 109 65 -
CMYK 0.25 0 0.40 0.57
HSL 96.82º 0.25% 0.34% -
HSV(B) 96.82º 0.4% 0.43% -
XYZ 9.9 13.11 7.01 -
YUV 95.91 110.55 118.08 -
System Red Green Blue C M Y K H S L
Decimal 82 109 65 0.25 0 0.40 0.57 96.82 0.25 0.34
Hex 52 6D 41 19 0 28 39 61 19 22
Octal 122 155 101 31 0 50 71 141 31 42
Binary 1010010 1101101 1000001 11001 0 101000 111001 1100001 11001 100010

Color Harmonies of #526D41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #526D41

Black with #526D41

Text Example


Text Example

White with #526D41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #526D41; }

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

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

background-color css

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

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

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

border-color css

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

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

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