Html Css Color HEX #526940 Chalet Green

📋 copy color: '#526940'

red 82 ◦ green 105 ◦ blue 64

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

Shades of Chalet Green #526940

Tints of Chalet Green #526940

RGB

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

 GREEN value IS 105 (41.41% from 255) = 41.83%

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

R = 32.67%
G = 41.83%
B = 25.5%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.39

 K value IS 0.59

RGB Variations

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

Color information

#526940 (or 0x526940) is known color: Chalet Green. HEX triplet: 52, 69 and 40. RGB value is (82,105,64). Sum of RGB (Red+Green+Blue) = 82+105+64=251 (33% of max value = 765). Red value is 82 (32.42% from 255 or 32.67% from 251); Green value is 105 (41.41% from 255 or 41.83% from 251); Blue value is 64 (25.39% from 255 or 25.50% from 251); Max value from RGB is 105 - color contains mainly: green. Hex color #526940 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #526940 is #AD96BF. Grayscale: #5D5D5D. Windows color (decimal): -11376320 or 4221266. OLE color: 4221266.

HSL color Cylindrical-coordinate representation of color #526940: hue angle of 93.66º degrees, saturation: 0.24, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #526940 is Cyan = 0.22, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.59.

Color convert

RGB 82 105 64 -
CMYK 0.22 0 0.39 0.59
HSL 93.66º 0.24% 0.33% -
HSV(B) 93.66º 0.39% 0.41% -
XYZ 9.46 12.27 6.72 -
YUV 93.45 111.38 119.83 -
System Red Green Blue C M Y K H S L
Decimal 82 105 64 0.22 0 0.39 0.59 93.66 0.24 0.33
Hex 52 69 40 16 0 27 3B 5E 18 21
Octal 122 151 100 26 0 47 73 136 30 41
Binary 1010010 1101001 1000000 10110 0 100111 111011 1011110 11000 100001

Color Harmonies of #526940

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #526940

Black with #526940

Text Example


Text Example

White with #526940

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #526940; }

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

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

background-color css

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

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

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

border-color css

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

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

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