Html Css Color HEX #526240 Chalet Green

📋 copy color: '#526240'

red 82 ◦ green 98 ◦ blue 64

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

Shades of Chalet Green #526240

Tints of Chalet Green #526240

RGB

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

 GREEN value IS 98 (38.67% from 255) = 40.16%

 BLUE value IS 64 (25.39% from 255) = 26.23%

R = 33.61%
G = 40.16%
B = 26.23%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.35

 K value IS 0.62

RGB Variations

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

Color information

#526240 (or 0x526240) is known color: Chalet Green. HEX triplet: 52, 62 and 40. RGB value is (82,98,64). Sum of RGB (Red+Green+Blue) = 82+98+64=244 (32% of max value = 765). Red value is 82 (32.42% from 255 or 33.61% from 244); Green value is 98 (38.67% from 255 or 40.16% from 244); Blue value is 64 (25.39% from 255 or 26.23% from 244); Max value from RGB is 98 - color contains mainly: green. Hex color #526240 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #526240 is #AD9DBF. Grayscale: #595959. Windows color (decimal): -11378112 or 4219474. OLE color: 4219474.

HSL color Cylindrical-coordinate representation of color #526240: hue angle of 88.24º degrees, saturation: 0.21, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #526240 is Cyan = 0.16, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.62.

Color convert

RGB 82 98 64 -
CMYK 0.16 0 0.35 0.62
HSL 88.24º 0.21% 0.32% -
HSV(B) 88.24º 0.35% 0.38% -
XYZ 8.77 10.9 6.49 -
YUV 89.34 113.7 122.76 -
System Red Green Blue C M Y K H S L
Decimal 82 98 64 0.16 0 0.35 0.62 88.24 0.21 0.32
Hex 52 62 40 10 0 23 3E 58 15 20
Octal 122 142 100 20 0 43 76 130 25 40
Binary 1010010 1100010 1000000 10000 0 100011 111110 1011000 10101 100000

Color Harmonies of #526240

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #526240

Black with #526240

Text Example


Text Example

White with #526240

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #526240; }

 p { color: rgb(82,98,64); }

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

background-color css

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

 a { background-color: rgb(82,98,64); }

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

border-color css

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

 span { border-color: rgb(82,98,64); }

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