#55883A

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

Shades of Fern Green #55883A

Tints of Fern Green #55883A

Color information

#55883A (or 0x55883A) is unknown color: approx Fern Green. HEX triplet: 55, 88 and 3A. RGB value is (85,136,58). Sum of RGB (Red+Green+Blue) = 85+136+58=279 (36% of max value = 765). Red value is 85 (33.59% from 255 or 30.47% from 279); Green value is 136 (53.52% from 255 or 48.75% from 279); Blue value is 58 (23.05% from 255 or 20.79% from 279); Max value from RGB is 136 - color contains mainly: green. Hex color #55883A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #55883A is #AA77C5. Grayscale: #707070. Windows color (decimal): -11171782 or 3835989. OLE color: 3835989.

HSL color Cylindrical-coordinate representation of color #55883A: hue angle of 99.23º degrees, saturation: 0.4, 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 #55883A is Cyan = 0.38, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.47.

Color convert

RGB8513658-
CMYK0.3800.570.47
HSL99.23º40.21%38.04%-
HSV(B)99.23º57.35%53.33%-
XYZ13.3119.857.13-
YUV111.8697.6108.84-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 30.47%
GREEN value IS 136 (53.52% from 255) = 48.75%
BLUE value IS 58 (23.05% from 255) = 20.79%
R=30.47%
G=48.75%
B=20.79%

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
Decimal85136580.3800.570.4799.2340.2138.04
Hex55883A260392F632826
Octal1252107246071571435046
Binary10101011000100011101010011001110011011111100011101000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55883A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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