#55923D

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

Shades of Fern Green #55923D

Tints of Fern Green #55923D

Color information

#55923D (or 0x55923D) is unknown color: approx Fern Green. HEX triplet: 55, 92 and 3D. RGB value is (85,146,61). Sum of RGB (Red+Green+Blue) = 85+146+61=292 (38% of max value = 765). Red value is 85 (33.59% from 255 or 29.11% from 292); Green value is 146 (57.42% from 255 or 50% from 292); Blue value is 61 (24.22% from 255 or 20.89% from 292); Max value from RGB is 146 - color contains mainly: green. Hex color #55923D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #55923D is #AA6DC2. Grayscale: #767676. Windows color (decimal): -11169219 or 4035157. OLE color: 4035157.

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

Color convert

RGB8514661-
CMYK0.4200.580.43
HSL103.06º41.06%40.59%-
HSV(B)103.06º58.22%57.25%-
XYZ14.8722.838.04-
YUV118.0795.79104.41-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 29.11%
GREEN value IS 146 (57.42% from 255) = 50%
BLUE value IS 61 (24.22% from 255) = 20.89%
R=29.11%
G=50%
B=20.89%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal85146610.4200.580.43103.0641.0640.59
Hex55923D2A03A2B672929
Octal1252227552072531475151
Binary10101011001001011110110101001110101010111100111101001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55923D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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