#55803A

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

Shades of Fern Green #55803A

Tints of Fern Green #55803A

Color information

#55803A (or 0x55803A) is unknown color: approx Fern Green. HEX triplet: 55, 80 and 3A. RGB value is (85,128,58). Sum of RGB (Red+Green+Blue) = 85+128+58=271 (35% of max value = 765). Red value is 85 (33.59% from 255 or 31.37% from 271); Green value is 128 (50.39% from 255 or 47.23% from 271); Blue value is 58 (23.05% from 255 or 21.40% from 271); Max value from RGB is 128 - color contains mainly: green. Hex color #55803A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #55803A is #AA7FC5. Grayscale: #6B6B6B. Windows color (decimal): -11173830 or 3833941. OLE color: 3833941.

HSL color Cylindrical-coordinate representation of color #55803A: hue angle of 96.86º degrees, saturation: 0.38, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #55803A is Cyan = 0.34, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.50.

Color convert

RGB8512858-
CMYK0.3400.550.50
HSL96.86º37.63%36.47%-
HSV(B)96.86º54.69%50.2%-
XYZ12.2317.686.77-
YUV107.16100.25112.19-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 31.37%
GREEN value IS 128 (50.39% from 255) = 47.23%
BLUE value IS 58 (23.05% from 255) = 21.40%
R=31.37%
G=47.23%
B=21.40%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal85128580.3400.550.5096.8637.6336.47
Hex55803A2203732612624
Octal1252007242067621414644
Binary10101011000000011101010001001101111100101100001100110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55803A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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