#55A967

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

Shades of Fern #55A967

Tints of Fern #55A967

Color information

#55A967 (or 0x55A967) is unknown color: approx Fern. HEX triplet: 55, A9 and 67. RGB value is (85,169,103). Sum of RGB (Red+Green+Blue) = 85+169+103=357 (47% of max value = 765). Red value is 85 (33.59% from 255 or 23.81% from 357); Green value is 169 (66.41% from 255 or 47.34% from 357); Blue value is 103 (40.62% from 255 or 28.85% from 357); Max value from RGB is 169 - color contains mainly: green. Hex color #55A967 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #55A967 is #AA5698. Grayscale: #888888. Windows color (decimal): -11163289 or 6793557. OLE color: 6793557.

HSL color Cylindrical-coordinate representation of color #55A967: hue angle of 132.86º degrees, saturation: 0.33, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #55A967 is Cyan = 0.50, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.34.

Color convert

RGB85169103-
CMYK0.5000.390.34
HSL132.86º33.07%49.8%-
HSV(B)132.86º49.7%66.27%-
XYZ20.3831.2917.8-
YUV136.36109.1791.37-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 23.81%
GREEN value IS 169 (66.41% from 255) = 47.34%
BLUE value IS 103 (40.62% from 255) = 28.85%
R=23.81%
G=47.34%
B=28.85%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal851691030.5000.390.34132.8633.0749.8
Hex55A9673202722852132
Octal12525114762047422054162
Binary1010101101010011100111110010010011110001010000101100001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55A967

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(85,169,103); }

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

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

 a { background-color: rgb(85,169,103); }

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

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

 span { border-color: rgb(85,169,103); }

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