Html Css Color HEX #55713C Chalet Green

📋 copy color: '#55713C'

red 85 ◦ green 113 ◦ blue 60

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

Shades of Chalet Green #55713C

Tints of Chalet Green #55713C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 23.26%

R = 32.95%
G = 43.8%
B = 23.26%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.47

 K value IS 0.56

RGB Variations

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

Color information

#55713C (or 0x55713C) is known color: Chalet Green. HEX triplet: 55, 71 and 3C. RGB value is (85,113,60). Sum of RGB (Red+Green+Blue) = 85+113+60=258 (34% of max value = 765). Red value is 85 (33.59% from 255 or 32.95% from 258); Green value is 113 (44.53% from 255 or 43.80% from 258); Blue value is 60 (23.83% from 255 or 23.26% from 258); Max value from RGB is 113 - color contains mainly: green. Hex color #55713C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #55713C is #AA8EC3. Grayscale: #626262. Windows color (decimal): -11177668 or 3961173. OLE color: 3961173.

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

Color convert

RGB 85 113 60 -
CMYK 0.25 0 0.47 0.56
HSL 91.7º 0.31% 0.34% -
HSV(B) 91.7º 0.47% 0.44% -
XYZ 10.47 14.07 6.44 -
YUV 98.59 106.22 118.31 -
System Red Green Blue C M Y K H S L
Decimal 85 113 60 0.25 0 0.47 0.56 91.7 0.31 0.34
Hex 55 71 3C 19 0 2F 38 5C 1F 22
Octal 125 161 74 31 0 57 70 134 37 42
Binary 1010101 1110001 111100 11001 0 101111 111000 1011100 11111 100010

Color Harmonies of #55713C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55713C

Black with #55713C

Text Example


Text Example

White with #55713C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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