#55883E

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

Shades of Fern Green #55883E

Tints of Fern Green #55883E

Color information

#55883E (or 0x55883E) is unknown color: approx Fern Green. HEX triplet: 55, 88 and 3E. RGB value is (85,136,62). Sum of RGB (Red+Green+Blue) = 85+136+62=283 (37% of max value = 765). Red value is 85 (33.59% from 255 or 30.04% from 283); Green value is 136 (53.52% from 255 or 48.06% from 283); Blue value is 62 (24.61% from 255 or 21.91% from 283); Max value from RGB is 136 - color contains mainly: green. Hex color #55883E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #55883E is #AA77C1. Grayscale: #707070. Windows color (decimal): -11171778 or 4098133. OLE color: 4098133.

HSL color Cylindrical-coordinate representation of color #55883E: hue angle of 101.35º degrees, saturation: 0.37, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #55883E is Cyan = 0.38, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.47.

Color convert

RGB8513662-
CMYK0.3800.540.47
HSL101.35º37.37%38.82%-
HSV(B)101.35º54.41%53.33%-
XYZ13.4219.897.69-
YUV112.3199.6108.52-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 30.04%
GREEN value IS 136 (53.52% from 255) = 48.06%
BLUE value IS 62 (24.61% from 255) = 21.91%
R=30.04%
G=48.06%
B=21.91%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal85136620.3800.540.47101.3537.3738.82
Hex55883E260362F652527
Octal1252107646066571454547
Binary10101011000100011111010011001101101011111100101100101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55883E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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