#55763D

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

Shades of Chalet Green #55763D

Tints of Chalet Green #55763D

Color information

#55763D (or 0x55763D) is unknown color: approx Chalet Green. HEX triplet: 55, 76 and 3D. RGB value is (85,118,61). Sum of RGB (Red+Green+Blue) = 85+118+61=264 (34% of max value = 765). Red value is 85 (33.59% from 255 or 32.20% from 264); Green value is 118 (46.48% from 255 or 44.70% from 264); Blue value is 61 (24.22% from 255 or 23.11% from 264); Max value from RGB is 118 - color contains mainly: green. Hex color #55763D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #55763D is #AA89C2. Grayscale: #656565. Windows color (decimal): -11176387 or 4027989. OLE color: 4027989.

HSL color Cylindrical-coordinate representation of color #55763D: hue angle of 94.74º degrees, saturation: 0.32, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #55763D is Cyan = 0.28, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.54.

Color convert

RGB8511861-
CMYK0.2800.480.54
HSL94.74º31.84%35.1%-
HSV(B)94.74º48.31%46.27%-
XYZ11.0715.236.77-
YUV101.64105.07116.13-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 32.20%
GREEN value IS 118 (46.48% from 255) = 44.70%
BLUE value IS 61 (24.22% from 255) = 23.11%
R=32.20%
G=44.70%
B=23.11%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal85118610.2800.480.5494.7431.8435.1
Hex55763D1C030365f2023
Octal1251667534060661374043
Binary101010111101101111011110001100001101101011111100000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55763D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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