Html Css Color HEX #537040 Chalet Green

📋 copy color: '#537040'

red 83 ◦ green 112 ◦ blue 64

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

Shades of Chalet Green #537040

Tints of Chalet Green #537040

RGB

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

 GREEN value IS 112 (44.14% from 255) = 43.24%

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

R = 32.05%
G = 43.24%
B = 24.71%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.43

 K value IS 0.56

RGB Variations

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

Color information

#537040 (or 0x537040) is known color: Chalet Green. HEX triplet: 53, 70 and 40. RGB value is (83,112,64). Sum of RGB (Red+Green+Blue) = 83+112+64=259 (34% of max value = 765). Red value is 83 (32.81% from 255 or 32.05% from 259); Green value is 112 (44.14% from 255 or 43.24% from 259); Blue value is 64 (25.39% from 255 or 24.71% from 259); Max value from RGB is 112 - color contains mainly: green. Hex color #537040 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #537040 is #AC8FBF. Grayscale: #626262. Windows color (decimal): -11308992 or 4223059. OLE color: 4223059.

HSL color Cylindrical-coordinate representation of color #537040: hue angle of 96.25º degrees, saturation: 0.27, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #537040 is Cyan = 0.26, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.56.

Color convert

RGB 83 112 64 -
CMYK 0.26 0 0.43 0.56
HSL 96.25º 0.27% 0.35% -
HSV(B) 96.25º 0.43% 0.44% -
XYZ 10.29 13.8 6.97 -
YUV 97.86 108.89 117.4 -
System Red Green Blue C M Y K H S L
Decimal 83 112 64 0.26 0 0.43 0.56 96.25 0.27 0.35
Hex 53 70 40 1A 0 2B 38 60 1B 23
Octal 123 160 100 32 0 53 70 140 33 43
Binary 1010011 1110000 1000000 11010 0 101011 111000 1100000 11011 100011

Color Harmonies of #537040

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #537040

Black with #537040

Text Example


Text Example

White with #537040

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #537040; }

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

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

background-color css

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

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

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

border-color css

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

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

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