Html Css Color HEX #526340 Chalet Green

📋 copy color: '#526340'

red 82 ◦ green 99 ◦ blue 64

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

Shades of Chalet Green #526340

Tints of Chalet Green #526340

RGB

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

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

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

R = 33.47%
G = 40.41%
B = 26.12%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.35

 K value IS 0.61

RGB Variations

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

Color information

#526340 (or 0x526340) is known color: Chalet Green. HEX triplet: 52, 63 and 40. RGB value is (82,99,64). Sum of RGB (Red+Green+Blue) = 82+99+64=245 (32% of max value = 765). Red value is 82 (32.42% from 255 or 33.47% from 245); Green value is 99 (39.06% from 255 or 40.41% from 245); Blue value is 64 (25.39% from 255 or 26.12% from 245); Max value from RGB is 99 - color contains mainly: green. Hex color #526340 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #526340 is #AD9CBF. Grayscale: #5A5A5A. Windows color (decimal): -11377856 or 4219730. OLE color: 4219730.

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

Color convert

RGB 82 99 64 -
CMYK 0.17 0 0.35 0.61
HSL 89.14º 0.21% 0.32% -
HSV(B) 89.14º 0.35% 0.39% -
XYZ 8.87 11.09 6.52 -
YUV 89.93 113.37 122.35 -
System Red Green Blue C M Y K H S L
Decimal 82 99 64 0.17 0 0.35 0.61 89.14 0.21 0.32
Hex 52 63 40 11 0 23 3D 59 15 20
Octal 122 143 100 21 0 43 75 131 25 40
Binary 1010010 1100011 1000000 10001 0 100011 111101 1011001 10101 100000

Color Harmonies of #526340

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #526340

Black with #526340

Text Example


Text Example

White with #526340

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #526340; }

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

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

background-color css

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

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

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

border-color css

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

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

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