#55943E

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

Shades of Fern Green #55943E

Tints of Fern Green #55943E

Color information

#55943E (or 0x55943E) is unknown color: approx Fern Green. HEX triplet: 55, 94 and 3E. RGB value is (85,148,62). Sum of RGB (Red+Green+Blue) = 85+148+62=295 (39% of max value = 765). Red value is 85 (33.59% from 255 or 28.81% from 295); Green value is 148 (58.20% from 255 or 50.17% from 295); Blue value is 62 (24.61% from 255 or 21.02% from 295); Max value from RGB is 148 - color contains mainly: green. Hex color #55943E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #55943E is #AA6BC1. Grayscale: #777777. Windows color (decimal): -11168706 or 4101205. OLE color: 4101205.

HSL color Cylindrical-coordinate representation of color #55943E: hue angle of 103.95º degrees, saturation: 0.41, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #55943E is Cyan = 0.43, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.42.

Color convert

RGB8514862-
CMYK0.4300.580.42
HSL103.95º40.95%41.18%-
HSV(B)103.95º58.11%58.04%-
XYZ15.2123.468.28-
YUV119.3695.63103.49-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 28.81%
GREEN value IS 148 (58.20% from 255) = 50.17%
BLUE value IS 62 (24.61% from 255) = 21.02%
R=28.81%
G=50.17%
B=21.02%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal85148620.4300.580.42103.9540.9541.18
Hex55943E2B03A2A682929
Octal1252247653072521505151
Binary10101011001010011111010101101110101010101101000101001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55943E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #55943E; }

 p { color: rgb(85,148,62); }

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

<style>
 a { background-color: #55943E; }

 a { background-color: rgb(85,148,62); }

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

<style>
 span { border-color: #55943E; }

 span { border-color: rgb(85,148,62); }

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