Html Css Color HEX #526841 Chalet Green

📋 copy color: '#526841'

red 82 ◦ green 104 ◦ blue 65

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

Shades of Chalet Green #526841

Tints of Chalet Green #526841

RGB

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

 GREEN value IS 104 (41.02% from 255) = 41.43%

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

R = 32.67%
G = 41.43%
B = 25.9%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.38

 K value IS 0.59

RGB Variations

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

Color information

#526841 (or 0x526841) is known color: Chalet Green. HEX triplet: 52, 68 and 41. RGB value is (82,104,65). Sum of RGB (Red+Green+Blue) = 82+104+65=251 (33% of max value = 765). Red value is 82 (32.42% from 255 or 32.67% from 251); Green value is 104 (41.02% from 255 or 41.43% from 251); Blue value is 65 (25.78% from 255 or 25.90% from 251); Max value from RGB is 104 - color contains mainly: green. Hex color #526841 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #526841 is #AD97BE. Grayscale: #5D5D5D. Windows color (decimal): -11376575 or 4286546. OLE color: 4286546.

HSL color Cylindrical-coordinate representation of color #526841: hue angle of 93.85º degrees, saturation: 0.23, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #526841 is Cyan = 0.21, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.59.

Color convert

RGB 82 104 65 -
CMYK 0.21 0 0.38 0.59
HSL 93.85º 0.23% 0.33% -
HSV(B) 93.85º 0.38% 0.41% -
XYZ 9.38 12.08 6.84 -
YUV 92.98 112.21 120.17 -
System Red Green Blue C M Y K H S L
Decimal 82 104 65 0.21 0 0.38 0.59 93.85 0.23 0.33
Hex 52 68 41 15 0 26 3B 5E 17 21
Octal 122 150 101 25 0 46 73 136 27 41
Binary 1010010 1101000 1000001 10101 0 100110 111011 1011110 10111 100001

Color Harmonies of #526841

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #526841

Black with #526841

Text Example


Text Example

White with #526841

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #526841; }

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

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

background-color css

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

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

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

border-color css

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

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

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