Html Css Color HEX #536240 Chalet Green

📋 copy color: '#536240'

red 83 ◦ green 98 ◦ blue 64

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

Shades of Chalet Green #536240

Tints of Chalet Green #536240

RGB

 RED value IS 83 (32.81% from 255) = 33.88%

 GREEN value IS 98 (38.67% from 255) = 40%

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

R = 33.88%
G = 40%
B = 26.12%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.35

 K value IS 0.62

RGB Variations

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

Color information

#536240 (or 0x536240) is known color: Chalet Green. HEX triplet: 53, 62 and 40. RGB value is (83,98,64). Sum of RGB (Red+Green+Blue) = 83+98+64=245 (32% of max value = 765). Red value is 83 (32.81% from 255 or 33.88% from 245); Green value is 98 (38.67% from 255 or 40% from 245); Blue value is 64 (25.39% from 255 or 26.12% from 245); Max value from RGB is 98 - color contains mainly: green. Hex color #536240 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #536240 is #AC9DBF. Grayscale: #595959. Windows color (decimal): -11312576 or 4219475. OLE color: 4219475.

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

Color convert

RGB 83 98 64 -
CMYK 0.15 0 0.35 0.62
HSL 86.47º 0.21% 0.32% -
HSV(B) 86.47º 0.35% 0.38% -
XYZ 8.86 10.94 6.5 -
YUV 89.64 113.53 123.26 -
System Red Green Blue C M Y K H S L
Decimal 83 98 64 0.15 0 0.35 0.62 86.47 0.21 0.32
Hex 53 62 40 F 0 23 3E 56 15 20
Octal 123 142 100 17 0 43 76 126 25 40
Binary 1010011 1100010 1000000 1111 0 100011 111110 1010110 10101 100000

Color Harmonies of #536240

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #536240

Black with #536240

Text Example


Text Example

White with #536240

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #536240; }

 p { color: rgb(83,98,64); }

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

background-color css

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

 a { background-color: rgb(83,98,64); }

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

border-color css

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

 span { border-color: rgb(83,98,64); }

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