Html Css Color HEX #536940 Chalet Green

📋 copy color: '#536940'

red 83 ◦ green 105 ◦ blue 64

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

Shades of Chalet Green #536940

Tints of Chalet Green #536940

RGB

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

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

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

R = 32.94%
G = 41.67%
B = 25.4%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.39

 K value IS 0.59

RGB Variations

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

Color information

#536940 (or 0x536940) is known color: Chalet Green. HEX triplet: 53, 69 and 40. RGB value is (83,105,64). Sum of RGB (Red+Green+Blue) = 83+105+64=252 (33% of max value = 765). Red value is 83 (32.81% from 255 or 32.94% from 252); Green value is 105 (41.41% from 255 or 41.67% from 252); Blue value is 64 (25.39% from 255 or 25.40% from 252); Max value from RGB is 105 - color contains mainly: green. Hex color #536940 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #536940 is #AC96BF. Grayscale: #5D5D5D. Windows color (decimal): -11310784 or 4221267. OLE color: 4221267.

HSL color Cylindrical-coordinate representation of color #536940: hue angle of 92.2º 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 #536940 is Cyan = 0.21, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.59.

Color convert

RGB 83 105 64 -
CMYK 0.21 0 0.39 0.59
HSL 92.2º 0.24% 0.33% -
HSV(B) 92.2º 0.39% 0.41% -
XYZ 9.54 12.31 6.72 -
YUV 93.75 111.21 120.33 -
System Red Green Blue C M Y K H S L
Decimal 83 105 64 0.21 0 0.39 0.59 92.2 0.24 0.33
Hex 53 69 40 15 0 27 3B 5C 18 21
Octal 123 151 100 25 0 47 73 134 30 41
Binary 1010011 1101001 1000000 10101 0 100111 111011 1011100 11000 100001

Color Harmonies of #536940

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #536940

Black with #536940

Text Example


Text Example

White with #536940

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #536940; }

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

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

background-color css

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

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

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

border-color css

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

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

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