Html Css Color HEX #55703A Chalet Green

📋 copy color: '#55703A'

red 85 ◦ green 112 ◦ blue 58

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

Shades of Chalet Green #55703A

Tints of Chalet Green #55703A

RGB

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

 GREEN value IS 112 (44.14% from 255) = 43.92%

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

R = 33.33%
G = 43.92%
B = 22.75%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.48

 K value IS 0.56

RGB Variations

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

Color information

#55703A (or 0x55703A) is known color: Chalet Green. HEX triplet: 55, 70 and 3A. RGB value is (85,112,58). Sum of RGB (Red+Green+Blue) = 85+112+58=255 (33% of max value = 765). Red value is 85 (33.59% from 255 or 33.33% from 255); Green value is 112 (44.14% from 255 or 43.92% from 255); Blue value is 58 (23.05% from 255 or 22.75% from 255); Max value from RGB is 112 - color contains mainly: green. Hex color #55703A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #55703A is #AA8FC5. Grayscale: #616161. Windows color (decimal): -11177926 or 3829845. OLE color: 3829845.

HSL color Cylindrical-coordinate representation of color #55703A: hue angle of 90º degrees, saturation: 0.32, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #55703A is Cyan = 0.24, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.56.

Color convert

RGB 85 112 58 -
CMYK 0.24 0 0.48 0.56
HSL 90º 0.32% 0.33% -
HSV(B) 90º 0.48% 0.44% -
XYZ 10.3 13.83 6.13 -
YUV 97.77 105.55 118.89 -
System Red Green Blue C M Y K H S L
Decimal 85 112 58 0.24 0 0.48 0.56 90 0.32 0.33
Hex 55 70 3A 18 0 30 38 5A 20 21
Octal 125 160 72 30 0 60 70 132 40 41
Binary 1010101 1110000 111010 11000 0 110000 111000 1011010 100000 100001

Color Harmonies of #55703A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55703A

Black with #55703A

Text Example


Text Example

White with #55703A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(85,112,58); }

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

background-color css

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

 a { background-color: rgb(85,112,58); }

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

border-color css

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

 span { border-color: rgb(85,112,58); }

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