Html Css Color HEX #526140 Chalet Green

📋 copy color: '#526140'

red 82 ◦ green 97 ◦ blue 64

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

Shades of Chalet Green #526140

Tints of Chalet Green #526140

RGB

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

 GREEN value IS 97 (38.28% from 255) = 39.92%

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

R = 33.74%
G = 39.92%
B = 26.34%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.34

 K value IS 0.62

RGB Variations

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

Color information

#526140 (or 0x526140) is known color: Chalet Green. HEX triplet: 52, 61 and 40. RGB value is (82,97,64). Sum of RGB (Red+Green+Blue) = 82+97+64=243 (32% of max value = 765). Red value is 82 (32.42% from 255 or 33.74% from 243); Green value is 97 (38.28% from 255 or 39.92% from 243); Blue value is 64 (25.39% from 255 or 26.34% from 243); Max value from RGB is 97 - color contains mainly: green. Hex color #526140 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #526140 is #AD9EBF. Grayscale: #585858. Windows color (decimal): -11378368 or 4219218. OLE color: 4219218.

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

Color convert

RGB 82 97 64 -
CMYK 0.15 0 0.34 0.62
HSL 87.27º 0.2% 0.32% -
HSV(B) 87.27º 0.34% 0.38% -
XYZ 8.68 10.71 6.46 -
YUV 88.75 114.03 123.18 -
System Red Green Blue C M Y K H S L
Decimal 82 97 64 0.15 0 0.34 0.62 87.27 0.2 0.32
Hex 52 61 40 F 0 22 3E 57 14 20
Octal 122 141 100 17 0 42 76 127 24 40
Binary 1010010 1100001 1000000 1111 0 100010 111110 1010111 10100 100000

Color Harmonies of #526140

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #526140

Black with #526140

Text Example


Text Example

White with #526140

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #526140; }

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

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

background-color css

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

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

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

border-color css

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

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

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