Html Css Color HEX #536142 Chalet Green

📋 copy color: '#536142'

red 83 ◦ green 97 ◦ blue 66

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

Shades of Chalet Green #536142

Tints of Chalet Green #536142

RGB

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

 GREEN value IS 97 (38.28% from 255) = 39.43%

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

R = 33.74%
G = 39.43%
B = 26.83%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.32

 K value IS 0.62

RGB Variations

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

Color information

#536142 (or 0x536142) is known color: Chalet Green. HEX triplet: 53, 61 and 42. RGB value is (83,97,66). Sum of RGB (Red+Green+Blue) = 83+97+66=246 (32% of max value = 765). Red value is 83 (32.81% from 255 or 33.74% from 246); Green value is 97 (38.28% from 255 or 39.43% from 246); Blue value is 66 (26.17% from 255 or 26.83% from 246); Max value from RGB is 97 - color contains mainly: green. Hex color #536142 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #536142 is #AC9EBD. Grayscale: #595959. Windows color (decimal): -11312830 or 4350291. OLE color: 4350291.

HSL color Cylindrical-coordinate representation of color #536142: hue angle of 87.1º degrees, saturation: 0.19, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #536142 is Cyan = 0.14, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.62.

Color convert

RGB 83 97 66 -
CMYK 0.14 0 0.32 0.62
HSL 87.1º 0.19% 0.32% -
HSV(B) 87.1º 0.32% 0.38% -
XYZ 8.83 10.78 6.77 -
YUV 89.28 114.86 123.52 -
System Red Green Blue C M Y K H S L
Decimal 83 97 66 0.14 0 0.32 0.62 87.1 0.19 0.32
Hex 53 61 42 E 0 20 3E 57 13 20
Octal 123 141 102 16 0 40 76 127 23 40
Binary 1010011 1100001 1000010 1110 0 100000 111110 1010111 10011 100000

Color Harmonies of #536142

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #536142

Black with #536142

Text Example


Text Example

White with #536142

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #536142; }

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

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

background-color css

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

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

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

border-color css

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

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

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