Html Css Color HEX #526641 Chalet Green

📋 copy color: '#526641'

red 82 ◦ green 102 ◦ blue 65

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

Shades of Chalet Green #526641

Tints of Chalet Green #526641

RGB

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

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

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

R = 32.93%
G = 40.96%
B = 26.1%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.36

 K value IS 0.6

RGB Variations

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

Color information

#526641 (or 0x526641) is known color: Chalet Green. HEX triplet: 52, 66 and 41. RGB value is (82,102,65). Sum of RGB (Red+Green+Blue) = 82+102+65=249 (32% of max value = 765). Red value is 82 (32.42% from 255 or 32.93% from 249); Green value is 102 (40.23% from 255 or 40.96% from 249); Blue value is 65 (25.78% from 255 or 26.10% from 249); Max value from RGB is 102 - color contains mainly: green. Hex color #526641 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #526641 is #AD99BE. Grayscale: #5B5B5B. Windows color (decimal): -11377087 or 4286034. OLE color: 4286034.

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

Color convert

RGB 82 102 65 -
CMYK 0.20 0 0.36 0.6
HSL 92.43º 0.22% 0.33% -
HSV(B) 92.43º 0.36% 0.4% -
XYZ 9.19 11.68 6.77 -
YUV 91.8 112.87 121.01 -
System Red Green Blue C M Y K H S L
Decimal 82 102 65 0.20 0 0.36 0.6 92.43 0.22 0.33
Hex 52 66 41 14 0 24 3C 5C 16 21
Octal 122 146 101 24 0 44 74 134 26 41
Binary 1010010 1100110 1000001 10100 0 100100 111100 1011100 10110 100001

Color Harmonies of #526641

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #526641

Black with #526641

Text Example


Text Example

White with #526641

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #526641; }

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

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

background-color css

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

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

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

border-color css

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

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

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