#55B067

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

Shades of Fern #55B067

Tints of Fern #55B067

Color information

#55B067 (or 0x55B067) is unknown color: approx Fern. HEX triplet: 55, B0 and 67. RGB value is (85,176,103). Sum of RGB (Red+Green+Blue) = 85+176+103=364 (48% of max value = 765). Red value is 85 (33.59% from 255 or 23.35% from 364); Green value is 176 (69.14% from 255 or 48.35% from 364); Blue value is 103 (40.62% from 255 or 28.30% from 364); Max value from RGB is 176 - color contains mainly: green. Hex color #55B067 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #55B067 is #AA4F98. Grayscale: #8C8C8C. Windows color (decimal): -11161497 or 6795349. OLE color: 6795349.

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

Color convert

RGB85176103-
CMYK0.5200.410.31
HSL131.87º36.55%51.18%-
HSV(B)131.87º51.7%69.02%-
XYZ21.7233.9618.24-
YUV140.47106.8588.44-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 23.35%
GREEN value IS 176 (69.14% from 255) = 48.35%
BLUE value IS 103 (40.62% from 255) = 28.30%
R=23.35%
G=48.35%
B=28.30%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal851761030.5200.410.31131.8736.5551.18
Hex55B067340291F842533
Octal12526014764051372044563
Binary101010110110000110011111010001010011111110000100100101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55B067

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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