Html Css Color HEX #536341 Chalet Green

📋 copy color: '#536341'

red 83 ◦ green 99 ◦ blue 65

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

Shades of Chalet Green #536341

Tints of Chalet Green #536341

RGB

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

 GREEN value IS 99 (39.06% from 255) = 40.08%

 BLUE value IS 65 (25.78% from 255) = 26.32%

R = 33.6%
G = 40.08%
B = 26.32%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.34

 K value IS 0.61

RGB Variations

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

Color information

#536341 (or 0x536341) is known color: Chalet Green. HEX triplet: 53, 63 and 41. RGB value is (83,99,65). Sum of RGB (Red+Green+Blue) = 83+99+65=247 (32% of max value = 765). Red value is 83 (32.81% from 255 or 33.60% from 247); Green value is 99 (39.06% from 255 or 40.08% from 247); Blue value is 65 (25.78% from 255 or 26.32% from 247); Max value from RGB is 99 - color contains mainly: green. Hex color #536341 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #536341 is #AC9CBE. Grayscale: #5A5A5A. Windows color (decimal): -11312319 or 4285267. OLE color: 4285267.

HSL color Cylindrical-coordinate representation of color #536341: hue angle of 88.24º degrees, saturation: 0.21, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #536341 is Cyan = 0.16, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.61.

Color convert

RGB 83 99 65 -
CMYK 0.16 0 0.34 0.61
HSL 88.24º 0.21% 0.32% -
HSV(B) 88.24º 0.34% 0.39% -
XYZ 8.98 11.14 6.68 -
YUV 90.34 113.7 122.76 -
System Red Green Blue C M Y K H S L
Decimal 83 99 65 0.16 0 0.34 0.61 88.24 0.21 0.32
Hex 53 63 41 10 0 22 3D 58 15 20
Octal 123 143 101 20 0 42 75 130 25 40
Binary 1010011 1100011 1000001 10000 0 100010 111101 1011000 10101 100000

Color Harmonies of #536341

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #536341

Black with #536341

Text Example


Text Example

White with #536341

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #536341; }

 p { color: rgb(83,99,65); }

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

background-color css

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

 a { background-color: rgb(83,99,65); }

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

border-color css

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

 span { border-color: rgb(83,99,65); }

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