Html Css Color HEX #55713D Chalet Green

📋 copy color: '#55713D'

red 85 ◦ green 113 ◦ blue 61

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

Shades of Chalet Green #55713D

Tints of Chalet Green #55713D

RGB

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

 GREEN value IS 113 (44.53% from 255) = 43.63%

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

R = 32.82%
G = 43.63%
B = 23.55%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.46

 K value IS 0.56

RGB Variations

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

Color information

#55713D (or 0x55713D) is known color: Chalet Green. HEX triplet: 55, 71 and 3D. RGB value is (85,113,61). Sum of RGB (Red+Green+Blue) = 85+113+61=259 (34% of max value = 765). Red value is 85 (33.59% from 255 or 32.82% from 259); Green value is 113 (44.53% from 255 or 43.63% from 259); Blue value is 61 (24.22% from 255 or 23.55% from 259); Max value from RGB is 113 - color contains mainly: green. Hex color #55713D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #55713D is #AA8EC2. Grayscale: #626262. Windows color (decimal): -11177667 or 4026709. OLE color: 4026709.

HSL color Cylindrical-coordinate representation of color #55713D: hue angle of 92.31º degrees, saturation: 0.3, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #55713D is Cyan = 0.25, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.56.

Color convert

RGB 85 113 61 -
CMYK 0.25 0 0.46 0.56
HSL 92.31º 0.3% 0.34% -
HSV(B) 92.31º 0.46% 0.44% -
XYZ 10.49 14.08 6.58 -
YUV 98.7 106.72 118.23 -
System Red Green Blue C M Y K H S L
Decimal 85 113 61 0.25 0 0.46 0.56 92.31 0.3 0.34
Hex 55 71 3D 19 0 2E 38 5C 1E 22
Octal 125 161 75 31 0 56 70 134 36 42
Binary 1010101 1110001 111101 11001 0 101110 111000 1011100 11110 100010

Color Harmonies of #55713D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55713D

Black with #55713D

Text Example


Text Example

White with #55713D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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