Html Css Color HEX #526442 Chalet Green

📋 copy color: '#526442'

red 82 ◦ green 100 ◦ blue 66

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

Shades of Chalet Green #526442

Tints of Chalet Green #526442

RGB

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

 GREEN value IS 100 (39.45% from 255) = 40.32%

 BLUE value IS 66 (26.17% from 255) = 26.61%

R = 33.06%
G = 40.32%
B = 26.61%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.34

 K value IS 0.61

RGB Variations

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

Color information

#526442 (or 0x526442) is known color: Chalet Green. HEX triplet: 52, 64 and 42. RGB value is (82,100,66). Sum of RGB (Red+Green+Blue) = 82+100+66=248 (32% of max value = 765). Red value is 82 (32.42% from 255 or 33.06% from 248); Green value is 100 (39.45% from 255 or 40.32% from 248); Blue value is 66 (26.17% from 255 or 26.61% from 248); Max value from RGB is 100 - color contains mainly: green. Hex color #526442 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #526442 is #AD9BBD. Grayscale: #5A5A5A. Windows color (decimal): -11377598 or 4351058. OLE color: 4351058.

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

Color convert

RGB 82 100 66 -
CMYK 0.18 0 0.34 0.61
HSL 91.76º 0.2% 0.33% -
HSV(B) 91.76º 0.34% 0.39% -
XYZ 9.02 11.3 6.86 -
YUV 90.74 114.04 121.76 -
System Red Green Blue C M Y K H S L
Decimal 82 100 66 0.18 0 0.34 0.61 91.76 0.2 0.33
Hex 52 64 42 12 0 22 3D 5C 14 21
Octal 122 144 102 22 0 42 75 134 24 41
Binary 1010010 1100100 1000010 10010 0 100010 111101 1011100 10100 100001

Color Harmonies of #526442

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #526442

Black with #526442

Text Example


Text Example

White with #526442

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #526442; }

 p { color: rgb(82,100,66); }

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

background-color css

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

 a { background-color: rgb(82,100,66); }

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

border-color css

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

 span { border-color: rgb(82,100,66); }

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