Html Css Color HEX #55693D Chalet Green

📋 copy color: '#55693D'

red 85 ◦ green 105 ◦ blue 61

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

Shades of Chalet Green #55693D

Tints of Chalet Green #55693D

RGB

 RED value IS 85 (33.59% from 255) = 33.86%

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

 BLUE value IS 61 (24.22% from 255) = 24.3%

R = 33.86%
G = 41.83%
B = 24.3%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.42

 K value IS 0.59

RGB Variations

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

Color information

#55693D (or 0x55693D) is known color: Chalet Green. HEX triplet: 55, 69 and 3D. RGB value is (85,105,61). Sum of RGB (Red+Green+Blue) = 85+105+61=251 (33% of max value = 765). Red value is 85 (33.59% from 255 or 33.86% from 251); Green value is 105 (41.41% from 255 or 41.83% from 251); Blue value is 61 (24.22% from 255 or 24.30% from 251); Max value from RGB is 105 - color contains mainly: green. Hex color #55693D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #55693D is #AA96C2. Grayscale: #5E5E5E. Windows color (decimal): -11179715 or 4024661. OLE color: 4024661.

HSL color Cylindrical-coordinate representation of color #55693D: hue angle of 87.27º degrees, saturation: 0.27, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #55693D is Cyan = 0.19, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.59.

Color convert

RGB 85 105 61 -
CMYK 0.19 0 0.42 0.59
HSL 87.27º 0.27% 0.33% -
HSV(B) 87.27º 0.42% 0.41% -
XYZ 9.64 12.37 6.29 -
YUV 94 109.37 121.58 -
System Red Green Blue C M Y K H S L
Decimal 85 105 61 0.19 0 0.42 0.59 87.27 0.27 0.33
Hex 55 69 3D 13 0 2A 3B 57 1B 21
Octal 125 151 75 23 0 52 73 127 33 41
Binary 1010101 1101001 111101 10011 0 101010 111011 1010111 11011 100001

Color Harmonies of #55693D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55693D

Black with #55693D

Text Example


Text Example

White with #55693D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #55693D; }

 p { color: rgb(85,105,61); }

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

background-color css

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

 a { background-color: rgb(85,105,61); }

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

border-color css

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

 span { border-color: rgb(85,105,61); }

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