#55B667

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

Shades of Fern #55B667

Tints of Fern #55B667

Color information

#55B667 (or 0x55B667) is unknown color: approx Fern. HEX triplet: 55, B6 and 67. RGB value is (85,182,103). Sum of RGB (Red+Green+Blue) = 85+182+103=370 (49% of max value = 765). Red value is 85 (33.59% from 255 or 22.97% from 370); Green value is 182 (71.48% from 255 or 49.19% from 370); Blue value is 103 (40.62% from 255 or 27.84% from 370); Max value from RGB is 182 - color contains mainly: green. Hex color #55B667 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #55B667 is #AA4998. Grayscale: #909090. Windows color (decimal): -11159961 or 6796885. OLE color: 6796885.

HSL color Cylindrical-coordinate representation of color #55B667: hue angle of 131.13º degrees, saturation: 0.4, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #55B667 is Cyan = 0.53, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.29.

Color convert

RGB85182103-
CMYK0.5300.430.29
HSL131.13º39.92%52.35%-
HSV(B)131.13º53.3%71.37%-
XYZ22.9236.3718.64-
YUV143.99104.8685.92-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 22.97%
GREEN value IS 182 (71.48% from 255) = 49.19%
BLUE value IS 103 (40.62% from 255) = 27.84%
R=22.97%
G=49.19%
B=27.84%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal851821030.5300.430.29131.1339.9252.35
Hex55B6673502B1D832834
Octal12526614765053352035064
Binary101010110110110110011111010101010111110110000011101000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55B667

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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