Html Css Color HEX #536B41 Chalet Green

📋 copy color: '#536B41'

red 83 ◦ green 107 ◦ blue 65

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

Shades of Chalet Green #536B41

Tints of Chalet Green #536B41

RGB

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

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

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

R = 32.55%
G = 41.96%
B = 25.49%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.39

 K value IS 0.58

RGB Variations

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

Color information

#536B41 (or 0x536B41) is known color: Chalet Green. HEX triplet: 53, 6B and 41. RGB value is (83,107,65). Sum of RGB (Red+Green+Blue) = 83+107+65=255 (33% of max value = 765). Red value is 83 (32.81% from 255 or 32.55% from 255); Green value is 107 (42.19% from 255 or 41.96% from 255); Blue value is 65 (25.78% from 255 or 25.49% from 255); Max value from RGB is 107 - color contains mainly: green. Hex color #536B41 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #536B41 is #AC94BE. Grayscale: #5F5F5F. Windows color (decimal): -11310271 or 4287315. OLE color: 4287315.

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

Color convert

RGB 83 107 65 -
CMYK 0.22 0 0.39 0.58
HSL 94.29º 0.24% 0.34% -
HSV(B) 94.29º 0.39% 0.42% -
XYZ 9.78 12.74 6.94 -
YUV 95.04 111.05 119.42 -
System Red Green Blue C M Y K H S L
Decimal 83 107 65 0.22 0 0.39 0.58 94.29 0.24 0.34
Hex 53 6B 41 16 0 27 3A 5E 18 22
Octal 123 153 101 26 0 47 72 136 30 42
Binary 1010011 1101011 1000001 10110 0 100111 111010 1011110 11000 100010

Color Harmonies of #536B41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #536B41

Black with #536B41

Text Example


Text Example

White with #536B41

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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