#55853F

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

Shades of Fern Green #55853F

Tints of Fern Green #55853F

Color information

#55853F (or 0x55853F) is unknown color: approx Fern Green. HEX triplet: 55, 85 and 3F. RGB value is (85,133,63). Sum of RGB (Red+Green+Blue) = 85+133+63=281 (37% of max value = 765). Red value is 85 (33.59% from 255 or 30.25% from 281); Green value is 133 (52.34% from 255 or 47.33% from 281); Blue value is 63 (25% from 255 or 22.42% from 281); Max value from RGB is 133 - color contains mainly: green. Hex color #55853F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #55853F is #AA7AC0. Grayscale: #6E6E6E. Windows color (decimal): -11172545 or 4162901. OLE color: 4162901.

HSL color Cylindrical-coordinate representation of color #55853F: hue angle of 101.14º degrees, saturation: 0.36, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #55853F is Cyan = 0.36, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.48.

Color convert

RGB8513363-
CMYK0.3600.530.48
HSL101.14º35.71%38.43%-
HSV(B)101.14º52.63%52.16%-
XYZ13.0319.077.7-
YUV110.67101.1109.69-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 30.25%
GREEN value IS 133 (52.34% from 255) = 47.33%
BLUE value IS 63 (25% from 255) = 22.42%
R=30.25%
G=47.33%
B=22.42%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal85133630.3600.530.48101.1435.7138.43
Hex55853F2403530652426
Octal1252057744065601454446
Binary10101011000010111111110010001101011100001100101100100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55853F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #55853F; }

 p { color: rgb(85,133,63); }

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

<style>
 a { background-color: #55853F; }

 a { background-color: rgb(85,133,63); }

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

<style>
 span { border-color: #55853F; }

 span { border-color: rgb(85,133,63); }

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