Html Css Color HEX #536542 Chalet Green

📋 copy color: '#536542'

red 83 ◦ green 101 ◦ blue 66

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

Shades of Chalet Green #536542

Tints of Chalet Green #536542

RGB

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

 GREEN value IS 101 (39.84% from 255) = 40.4%

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

R = 33.2%
G = 40.4%
B = 26.4%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.35

 K value IS 0.60

RGB Variations

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

Color information

#536542 (or 0x536542) is known color: Chalet Green. HEX triplet: 53, 65 and 42. RGB value is (83,101,66). Sum of RGB (Red+Green+Blue) = 83+101+66=250 (33% of max value = 765). Red value is 83 (32.81% from 255 or 33.2% from 250); Green value is 101 (39.84% from 255 or 40.4% from 250); Blue value is 66 (26.17% from 255 or 26.4% from 250); Max value from RGB is 101 - color contains mainly: green. Hex color #536542 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #536542 is #AC9ABD. Grayscale: #5B5B5B. Windows color (decimal): -11311806 or 4351315. OLE color: 4351315.

HSL color Cylindrical-coordinate representation of color #536542: hue angle of 90.86º degrees, saturation: 0.21, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #536542 is Cyan = 0.18, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.60.

Color convert

RGB 83 101 66 -
CMYK 0.18 0 0.35 0.60
HSL 90.86º 0.21% 0.33% -
HSV(B) 90.86º 0.35% 0.4% -
XYZ 9.2 11.54 6.9 -
YUV 91.63 113.54 121.85 -
System Red Green Blue C M Y K H S L
Decimal 83 101 66 0.18 0 0.35 0.60 90.86 0.21 0.33
Hex 53 65 42 12 0 23 3C 5B 15 21
Octal 123 145 102 22 0 43 74 133 25 41
Binary 1010011 1100101 1000010 10010 0 100011 111100 1011011 10101 100001

Color Harmonies of #536542

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #536542

Black with #536542

Text Example


Text Example

White with #536542

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #536542; }

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

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

background-color css

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

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

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

border-color css

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

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

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