Html Css Color HEX #526640 Chalet Green

📋 copy color: '#526640'

red 82 ◦ green 102 ◦ blue 64

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

Shades of Chalet Green #526640

Tints of Chalet Green #526640

RGB

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

 GREEN value IS 102 (40.23% from 255) = 41.13%

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

R = 33.06%
G = 41.13%
B = 25.81%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.37

 K value IS 0.6

RGB Variations

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

Color information

#526640 (or 0x526640) is known color: Chalet Green. HEX triplet: 52, 66 and 40. RGB value is (82,102,64). Sum of RGB (Red+Green+Blue) = 82+102+64=248 (32% of max value = 765). Red value is 82 (32.42% from 255 or 33.06% from 248); Green value is 102 (40.23% from 255 or 41.13% from 248); Blue value is 64 (25.39% from 255 or 25.81% from 248); Max value from RGB is 102 - color contains mainly: green. Hex color #526640 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #526640 is #AD99BF. Grayscale: #5B5B5B. Windows color (decimal): -11377088 or 4220498. OLE color: 4220498.

HSL color Cylindrical-coordinate representation of color #526640: hue angle of 91.58º degrees, saturation: 0.23, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #526640 is Cyan = 0.20, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.6.

Color convert

RGB 82 102 64 -
CMYK 0.20 0 0.37 0.6
HSL 91.58º 0.23% 0.33% -
HSV(B) 91.58º 0.37% 0.4% -
XYZ 9.16 11.67 6.62 -
YUV 91.69 112.37 121.09 -
System Red Green Blue C M Y K H S L
Decimal 82 102 64 0.20 0 0.37 0.6 91.58 0.23 0.33
Hex 52 66 40 14 0 25 3C 5C 17 21
Octal 122 146 100 24 0 45 74 134 27 41
Binary 1010010 1100110 1000000 10100 0 100101 111100 1011100 10111 100001

Color Harmonies of #526640

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #526640

Black with #526640

Text Example


Text Example

White with #526640

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #526640; }

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

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

background-color css

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

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

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

border-color css

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

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

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