Html Css Color HEX #536B40 Chalet Green

📋 copy color: '#536B40'

red 83 ◦ green 107 ◦ blue 64

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

Shades of Chalet Green #536B40

Tints of Chalet Green #536B40

RGB

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

 GREEN value IS 107 (42.19% from 255) = 42.13%

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

R = 32.68%
G = 42.13%
B = 25.2%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.40

 K value IS 0.58

RGB Variations

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

Color information

#536B40 (or 0x536B40) is known color: Chalet Green. HEX triplet: 53, 6B and 40. RGB value is (83,107,64). Sum of RGB (Red+Green+Blue) = 83+107+64=254 (33% of max value = 765). Red value is 83 (32.81% from 255 or 32.68% from 254); Green value is 107 (42.19% from 255 or 42.13% from 254); Blue value is 64 (25.39% from 255 or 25.20% from 254); Max value from RGB is 107 - color contains mainly: green. Hex color #536B40 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #536B40 is #AC94BF. Grayscale: #5F5F5F. Windows color (decimal): -11310272 or 4221779. OLE color: 4221779.

HSL color Cylindrical-coordinate representation of color #536B40: hue angle of 93.49º degrees, saturation: 0.25, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #536B40 is Cyan = 0.22, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.58.

Color convert

RGB 83 107 64 -
CMYK 0.22 0 0.40 0.58
HSL 93.49º 0.25% 0.34% -
HSV(B) 93.49º 0.4% 0.42% -
XYZ 9.75 12.72 6.79 -
YUV 94.92 110.55 119.5 -
System Red Green Blue C M Y K H S L
Decimal 83 107 64 0.22 0 0.40 0.58 93.49 0.25 0.34
Hex 53 6B 40 16 0 28 3A 5D 19 22
Octal 123 153 100 26 0 50 72 135 31 42
Binary 1010011 1101011 1000000 10110 0 101000 111010 1011101 11001 100010

Color Harmonies of #536B40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #536B40

Black with #536B40

Text Example


Text Example

White with #536B40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #536B40; }

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

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

background-color css

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

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

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

border-color css

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

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

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