Html Css Color HEX #536640 Chalet Green

📋 copy color: '#536640'

red 83 ◦ green 102 ◦ blue 64

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

Shades of Chalet Green #536640

Tints of Chalet Green #536640

RGB

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

 GREEN value IS 102 (40.23% from 255) = 40.96%

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

R = 33.33%
G = 40.96%
B = 25.7%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.37

 K value IS 0.6

RGB Variations

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

Color information

#536640 (or 0x536640) is known color: Chalet Green. HEX triplet: 53, 66 and 40. RGB value is (83,102,64). Sum of RGB (Red+Green+Blue) = 83+102+64=249 (32% of max value = 765). Red value is 83 (32.81% from 255 or 33.33% from 249); Green value is 102 (40.23% from 255 or 40.96% from 249); Blue value is 64 (25.39% from 255 or 25.70% from 249); Max value from RGB is 102 - color contains mainly: green. Hex color #536640 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #536640 is #AC99BF. Grayscale: #5C5C5C. Windows color (decimal): -11311552 or 4220499. OLE color: 4220499.

HSL color Cylindrical-coordinate representation of color #536640: hue angle of 90º degrees, saturation: 0.23, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #536640 is Cyan = 0.19, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.6.

Color convert

RGB 83 102 64 -
CMYK 0.19 0 0.37 0.6
HSL 90º 0.23% 0.33% -
HSV(B) 90º 0.37% 0.4% -
XYZ 9.24 11.71 6.62 -
YUV 91.99 112.21 121.59 -
System Red Green Blue C M Y K H S L
Decimal 83 102 64 0.19 0 0.37 0.6 90 0.23 0.33
Hex 53 66 40 13 0 25 3C 5A 17 21
Octal 123 146 100 23 0 45 74 132 27 41
Binary 1010011 1100110 1000000 10011 0 100101 111100 1011010 10111 100001

Color Harmonies of #536640

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #536640

Black with #536640

Text Example


Text Example

White with #536640

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #536640; }

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

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

background-color css

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

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

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

border-color css

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

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

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