Html Css Color HEX #526341 Chalet Green

📋 copy color: '#526341'

red 82 ◦ green 99 ◦ blue 65

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

Shades of Chalet Green #526341

Tints of Chalet Green #526341

RGB

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

 GREEN value IS 99 (39.06% from 255) = 40.24%

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

R = 33.33%
G = 40.24%
B = 26.42%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.34

 K value IS 0.61

RGB Variations

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

Color information

#526341 (or 0x526341) is known color: Chalet Green. HEX triplet: 52, 63 and 41. RGB value is (82,99,65). Sum of RGB (Red+Green+Blue) = 82+99+65=246 (32% of max value = 765). Red value is 82 (32.42% from 255 or 33.33% from 246); Green value is 99 (39.06% from 255 or 40.24% from 246); Blue value is 65 (25.78% from 255 or 26.42% from 246); Max value from RGB is 99 - color contains mainly: green. Hex color #526341 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #526341 is #AD9CBE. Grayscale: #5A5A5A. Windows color (decimal): -11377855 or 4285266. OLE color: 4285266.

HSL color Cylindrical-coordinate representation of color #526341: hue angle of 90º degrees, saturation: 0.21, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #526341 is Cyan = 0.17, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.61.

Color convert

RGB 82 99 65 -
CMYK 0.17 0 0.34 0.61
HSL 90º 0.21% 0.32% -
HSV(B) 90º 0.34% 0.39% -
XYZ 8.9 11.1 6.67 -
YUV 90.04 113.87 122.26 -
System Red Green Blue C M Y K H S L
Decimal 82 99 65 0.17 0 0.34 0.61 90 0.21 0.32
Hex 52 63 41 11 0 22 3D 5A 15 20
Octal 122 143 101 21 0 42 75 132 25 40
Binary 1010010 1100011 1000001 10001 0 100010 111101 1011010 10101 100000

Color Harmonies of #526341

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #526341

Black with #526341

Text Example


Text Example

White with #526341

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #526341; }

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

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

background-color css

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

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

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

border-color css

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

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

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