#55683A

Color #55683A Chalet Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Chalet Green #55683A

Tints of Chalet Green #55683A

Color information

#55683A (or 0x55683A) is unknown color: approx Chalet Green. HEX triplet: 55, 68 and 3A. RGB value is (85,104,58). Sum of RGB (Red+Green+Blue) = 85+104+58=247 (32% of max value = 765). Red value is 85 (33.59% from 255 or 34.41% from 247); Green value is 104 (41.02% from 255 or 42.11% from 247); Blue value is 58 (23.05% from 255 or 23.48% from 247); Max value from RGB is 104 - color contains mainly: green. Hex color #55683A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #55683A is #AA97C5. Grayscale: #5D5D5D. Windows color (decimal): -11179974 or 3827797. OLE color: 3827797.

HSL color Cylindrical-coordinate representation of color #55683A: hue angle of 84.78º degrees, saturation: 0.28, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #55683A is Cyan = 0.18, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.59.

Color convert

RGB8510458-
CMYK0.1800.440.59
HSL84.78º28.4%31.76%-
HSV(B)84.78º44.23%40.78%-
XYZ9.4612.145.85-
YUV93.07108.21122.24-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 34.41%
GREEN value IS 104 (41.02% from 255) = 42.11%
BLUE value IS 58 (23.05% from 255) = 23.48%
R=34.41%
G=42.11%
B=23.48%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal85104580.1800.440.5984.7828.431.76
Hex55683A1202C3B551c20
Octal1251507222054731253440
Binary10101011101000111010100100101100111011101010111100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55683A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #55683A;
 }
 .AnyTagClassName
 {
   color: #55683A;
 }
</style>
background-color css

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

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

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

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

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

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