Html Css Color HEX #55713B Chalet Green

📋 copy color: '#55713B'

red 85 ◦ green 113 ◦ blue 59

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

Shades of Chalet Green #55713B

Tints of Chalet Green #55713B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 22.96%

R = 33.07%
G = 43.97%
B = 22.96%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.48

 K value IS 0.56

RGB Variations

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

Color information

#55713B (or 0x55713B) is known color: Chalet Green. HEX triplet: 55, 71 and 3B. RGB value is (85,113,59). Sum of RGB (Red+Green+Blue) = 85+113+59=257 (34% of max value = 765). Red value is 85 (33.59% from 255 or 33.07% from 257); Green value is 113 (44.53% from 255 or 43.97% from 257); Blue value is 59 (23.44% from 255 or 22.96% from 257); Max value from RGB is 113 - color contains mainly: green. Hex color #55713B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #55713B is #AA8EC4. Grayscale: #626262. Windows color (decimal): -11177669 or 3895637. OLE color: 3895637.

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

Color convert

RGB 85 113 59 -
CMYK 0.25 0 0.48 0.56
HSL 91.11º 0.31% 0.34% -
HSV(B) 91.11º 0.48% 0.44% -
XYZ 10.44 14.06 6.3 -
YUV 98.47 105.72 118.39 -
System Red Green Blue C M Y K H S L
Decimal 85 113 59 0.25 0 0.48 0.56 91.11 0.31 0.34
Hex 55 71 3B 19 0 30 38 5B 1F 22
Octal 125 161 73 31 0 60 70 133 37 42
Binary 1010101 1110001 111011 11001 0 110000 111000 1011011 11111 100010

Color Harmonies of #55713B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55713B

Black with #55713B

Text Example


Text Example

White with #55713B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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