#55933F

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

Shades of Fern Green #55933F

Tints of Fern Green #55933F

Color information

#55933F (or 0x55933F) is unknown color: approx Fern Green. HEX triplet: 55, 93 and 3F. RGB value is (85,147,63). Sum of RGB (Red+Green+Blue) = 85+147+63=295 (39% of max value = 765). Red value is 85 (33.59% from 255 or 28.81% from 295); Green value is 147 (57.81% from 255 or 49.83% from 295); Blue value is 63 (25% from 255 or 21.36% from 295); Max value from RGB is 147 - color contains mainly: green. Hex color #55933F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #55933F is #AA6CC0. Grayscale: #777777. Windows color (decimal): -11168961 or 4166485. OLE color: 4166485.

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

Color convert

RGB8514763-
CMYK0.4200.570.42
HSL104.29º40%41.18%-
HSV(B)104.29º57.14%57.65%-
XYZ15.0823.168.38-
YUV118.8996.46103.83-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 28.81%
GREEN value IS 147 (57.81% from 255) = 49.83%
BLUE value IS 63 (25% from 255) = 21.36%
R=28.81%
G=49.83%
B=21.36%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal85147630.4200.570.42104.294041.18
Hex55933F2A0392A682829
Octal1252237752071521505051
Binary10101011001001111111110101001110011010101101000101000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55933F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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