Html Css Color HEX #53693F Chalet Green

📋 copy color: '#53693F'

red 83 ◦ green 105 ◦ blue 63

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

Shades of Chalet Green #53693F

Tints of Chalet Green #53693F

RGB

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

 GREEN value IS 105 (41.41% from 255) = 41.83%

 BLUE value IS 63 (25% from 255) = 25.1%

R = 33.07%
G = 41.83%
B = 25.1%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.4

 K value IS 0.59

RGB Variations

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

Color information

#53693F (or 0x53693F) is known color: Chalet Green. HEX triplet: 53, 69 and 3F. RGB value is (83,105,63). Sum of RGB (Red+Green+Blue) = 83+105+63=251 (33% of max value = 765). Red value is 83 (32.81% from 255 or 33.07% from 251); Green value is 105 (41.41% from 255 or 41.83% from 251); Blue value is 63 (25% from 255 or 25.10% from 251); Max value from RGB is 105 - color contains mainly: green. Hex color #53693F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #53693F is #AC96C0. Grayscale: #5D5D5D. Windows color (decimal): -11310785 or 4155731. OLE color: 4155731.

HSL color Cylindrical-coordinate representation of color #53693F: hue angle of 91.43º degrees, saturation: 0.25, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #53693F is Cyan = 0.21, Magento = 0, Yellow = 0.4 and Black (K on CMYK) = 0.59.

Color convert

RGB 83 105 63 -
CMYK 0.21 0 0.4 0.59
HSL 91.43º 0.25% 0.33% -
HSV(B) 91.43º 0.4% 0.41% -
XYZ 9.52 12.3 6.58 -
YUV 93.63 110.71 120.42 -
System Red Green Blue C M Y K H S L
Decimal 83 105 63 0.21 0 0.4 0.59 91.43 0.25 0.33
Hex 53 69 3F 15 0 28 3B 5B 19 21
Octal 123 151 77 25 0 50 73 133 31 41
Binary 1010011 1101001 111111 10101 0 101000 111011 1011011 11001 100001

Color Harmonies of #53693F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53693F

Black with #53693F

Text Example


Text Example

White with #53693F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #53693F; }

 p { color: rgb(83,105,63); }

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

background-color css

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

 a { background-color: rgb(83,105,63); }

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

border-color css

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

 span { border-color: rgb(83,105,63); }

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