Html Css Color HEX #53693A Chalet Green

📋 copy color: '#53693A'

red 83 ◦ green 105 ◦ blue 58

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

Shades of Chalet Green #53693A

Tints of Chalet Green #53693A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 23.58%

R = 33.74%
G = 42.68%
B = 23.58%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.45

 K value IS 0.59

RGB Variations

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

Color information

#53693A (or 0x53693A) is known color: Chalet Green. HEX triplet: 53, 69 and 3A. RGB value is (83,105,58). Sum of RGB (Red+Green+Blue) = 83+105+58=246 (32% of max value = 765). Red value is 83 (32.81% from 255 or 33.74% from 246); Green value is 105 (41.41% from 255 or 42.68% from 246); Blue value is 58 (23.05% from 255 or 23.58% from 246); Max value from RGB is 105 - color contains mainly: green. Hex color #53693A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #53693A is #AC96C5. Grayscale: #5D5D5D. Windows color (decimal): -11310790 or 3828051. OLE color: 3828051.

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

Color convert

RGB 83 105 58 -
CMYK 0.21 0 0.45 0.59
HSL 88.09º 0.29% 0.32% -
HSV(B) 88.09º 0.45% 0.41% -
XYZ 9.38 12.25 5.87 -
YUV 93.06 108.21 120.82 -
System Red Green Blue C M Y K H S L
Decimal 83 105 58 0.21 0 0.45 0.59 88.09 0.29 0.32
Hex 53 69 3A 15 0 2D 3B 58 1D 20
Octal 123 151 72 25 0 55 73 130 35 40
Binary 1010011 1101001 111010 10101 0 101101 111011 1011000 11101 100000

Color Harmonies of #53693A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53693A

Black with #53693A

Text Example


Text Example

White with #53693A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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