#55933D

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

Shades of Fern Green #55933D

Tints of Fern Green #55933D

Color information

#55933D (or 0x55933D) is unknown color: approx Fern Green. HEX triplet: 55, 93 and 3D. RGB value is (85,147,61). Sum of RGB (Red+Green+Blue) = 85+147+61=293 (38% of max value = 765). Red value is 85 (33.59% from 255 or 29.01% from 293); Green value is 147 (57.81% from 255 or 50.17% from 293); Blue value is 61 (24.22% from 255 or 20.82% from 293); Max value from RGB is 147 - color contains mainly: green. Hex color #55933D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #55933D is #AA6CC2. Grayscale: #767676. Windows color (decimal): -11168963 or 4035413. OLE color: 4035413.

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

Color convert

RGB8514761-
CMYK0.4200.590.42
HSL103.26º41.35%40.78%-
HSV(B)103.26º58.5%57.65%-
XYZ15.0223.148.09-
YUV118.6695.46103.99-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 29.01%
GREEN value IS 147 (57.81% from 255) = 50.17%
BLUE value IS 61 (24.22% from 255) = 20.82%
R=29.01%
G=50.17%
B=20.82%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal85147610.4200.590.42103.2641.3540.78
Hex55933D2A03B2A672929
Octal1252237552073521475151
Binary10101011001001111110110101001110111010101100111101001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55933D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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