#55883B

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

Shades of Fern Green #55883B

Tints of Fern Green #55883B

Color information

#55883B (or 0x55883B) is unknown color: approx Fern Green. HEX triplet: 55, 88 and 3B. RGB value is (85,136,59). Sum of RGB (Red+Green+Blue) = 85+136+59=280 (37% of max value = 765). Red value is 85 (33.59% from 255 or 30.36% from 280); Green value is 136 (53.52% from 255 or 48.57% from 280); Blue value is 59 (23.44% from 255 or 21.07% from 280); Max value from RGB is 136 - color contains mainly: green. Hex color #55883B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #55883B is #AA77C4. Grayscale: #707070. Windows color (decimal): -11171781 or 3901525. OLE color: 3901525.

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

Color convert

RGB8513659-
CMYK0.3800.570.47
HSL99.74º39.49%38.24%-
HSV(B)99.74º56.62%53.33%-
XYZ13.3419.867.27-
YUV111.9798.1108.76-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 30.36%
GREEN value IS 136 (53.52% from 255) = 48.57%
BLUE value IS 59 (23.44% from 255) = 21.07%
R=30.36%
G=48.57%
B=21.07%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal85136590.3800.570.4799.7439.4938.24
Hex55883B260392F642726
Octal1252107346071571444746
Binary10101011000100011101110011001110011011111100100100111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55883B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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