#55AF5F

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

Shades of Fern #55AF5F

Tints of Fern #55AF5F

Color information

#55AF5F (or 0x55AF5F) is unknown color: approx Fern. HEX triplet: 55, AF and 5F. RGB value is (85,175,95). Sum of RGB (Red+Green+Blue) = 85+175+95=355 (47% of max value = 765). Red value is 85 (33.59% from 255 or 23.94% from 355); Green value is 175 (68.75% from 255 or 49.30% from 355); Blue value is 95 (37.5% from 255 or 26.76% from 355); Max value from RGB is 175 - color contains mainly: green. Hex color #55AF5F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #55AF5F is #AA50A0. Grayscale: #8B8B8B. Windows color (decimal): -11161761 or 6270805. OLE color: 6270805.

HSL color Cylindrical-coordinate representation of color #55AF5F: hue angle of 126.67º degrees, saturation: 0.36, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #55AF5F is Cyan = 0.51, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.31.

Color convert

RGB8517595-
CMYK0.5100.460.31
HSL126.67º36%50.98%-
HSV(B)126.67º51.43%68.63%-
XYZ21.1433.4216.16-
YUV138.97103.1889.5-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 23.94%
GREEN value IS 175 (68.75% from 255) = 49.30%
BLUE value IS 95 (37.5% from 255) = 26.76%
R=23.94%
G=49.30%
B=26.76%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal85175950.5100.460.31126.673650.98
Hex55AF5F3302E1F7f2433
Octal12525713763056371774463
Binary10101011010111110111111100110101110111111111111100100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55AF5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #55AF5F; }

 p { color: rgb(85,175,95); }

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

<style>
 a { background-color: #55AF5F; }

 a { background-color: rgb(85,175,95); }

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

<style>
 span { border-color: #55AF5F; }

 span { border-color: rgb(85,175,95); }

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