Html Css Color HEX #536442 Chalet Green

📋 copy color: '#536442'

red 83 ◦ green 100 ◦ blue 66

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

Shades of Chalet Green #536442

Tints of Chalet Green #536442

RGB

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

 GREEN value IS 100 (39.45% from 255) = 40.16%

 BLUE value IS 66 (26.17% from 255) = 26.51%

R = 33.33%
G = 40.16%
B = 26.51%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.34

 K value IS 0.61

RGB Variations

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

Color information

#536442 (or 0x536442) is known color: Chalet Green. HEX triplet: 53, 64 and 42. RGB value is (83,100,66). Sum of RGB (Red+Green+Blue) = 83+100+66=249 (32% of max value = 765). Red value is 83 (32.81% from 255 or 33.33% from 249); Green value is 100 (39.45% from 255 or 40.16% from 249); Blue value is 66 (26.17% from 255 or 26.51% from 249); Max value from RGB is 100 - color contains mainly: green. Hex color #536442 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #536442 is #AC9BBD. Grayscale: #5B5B5B. Windows color (decimal): -11312062 or 4351059. OLE color: 4351059.

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

Color convert

RGB 83 100 66 -
CMYK 0.17 0 0.34 0.61
HSL 90º 0.2% 0.33% -
HSV(B) 90º 0.34% 0.39% -
XYZ 9.11 11.35 6.86 -
YUV 91.04 113.87 122.26 -
System Red Green Blue C M Y K H S L
Decimal 83 100 66 0.17 0 0.34 0.61 90 0.2 0.33
Hex 53 64 42 11 0 22 3D 5A 14 21
Octal 123 144 102 21 0 42 75 132 24 41
Binary 1010011 1100100 1000010 10001 0 100010 111101 1011010 10100 100001

Color Harmonies of #536442

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #536442

Black with #536442

Text Example


Text Example

White with #536442

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #536442; }

 p { color: rgb(83,100,66); }

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

background-color css

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

 a { background-color: rgb(83,100,66); }

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

border-color css

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

 span { border-color: rgb(83,100,66); }

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