#55763F

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

Shades of Fern Green #55763F

Tints of Fern Green #55763F

Color information

#55763F (or 0x55763F) is unknown color: approx Fern Green. HEX triplet: 55, 76 and 3F. RGB value is (85,118,63). Sum of RGB (Red+Green+Blue) = 85+118+63=266 (35% of max value = 765). Red value is 85 (33.59% from 255 or 31.95% from 266); Green value is 118 (46.48% from 255 or 44.36% from 266); Blue value is 63 (25% from 255 or 23.68% from 266); Max value from RGB is 118 - color contains mainly: green. Hex color #55763F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #55763F is #AA89C0. Grayscale: #666666. Windows color (decimal): -11176385 or 4159061. OLE color: 4159061.

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

Color convert

RGB8511863-
CMYK0.2800.470.54
HSL96º30.39%35.49%-
HSV(B)96º46.61%46.27%-
XYZ11.1215.257.06-
YUV101.86106.07115.97-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 31.95%
GREEN value IS 118 (46.48% from 255) = 44.36%
BLUE value IS 63 (25% from 255) = 23.68%
R=31.95%
G=44.36%
B=23.68%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal85118630.2800.470.549630.3935.49
Hex55763F1C02F36601e23
Octal1251667734057661403643
Binary10101011110110111111111000101111110110110000011110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55763F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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