#55B35F

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

Shades of Fern #55B35F

Tints of Fern #55B35F

Color information

#55B35F (or 0x55B35F) is unknown color: approx Fern. HEX triplet: 55, B3 and 5F. RGB value is (85,179,95). Sum of RGB (Red+Green+Blue) = 85+179+95=359 (47% of max value = 765). Red value is 85 (33.59% from 255 or 23.68% from 359); Green value is 179 (70.31% from 255 or 49.86% from 359); Blue value is 95 (37.5% from 255 or 26.46% from 359); Max value from RGB is 179 - color contains mainly: green. Hex color #55B35F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #55B35F is #AA4CA0. Grayscale: #8D8D8D. Windows color (decimal): -11160737 or 6271829. OLE color: 6271829.

HSL color Cylindrical-coordinate representation of color #55B35F: hue angle of 126.38º degrees, saturation: 0.38, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #55B35F is Cyan = 0.53, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.30.

Color convert

RGB8517995-
CMYK0.5300.470.30
HSL126.38º38.21%51.76%-
HSV(B)126.38º52.51%70.2%-
XYZ21.933516.43-
YUV141.32101.8687.83-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 23.68%
GREEN value IS 179 (70.31% from 255) = 49.86%
BLUE value IS 95 (37.5% from 255) = 26.46%
R=23.68%
G=49.86%
B=26.46%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal85179950.5300.470.30126.3838.2151.76
Hex55B35F3502F1E7e2634
Octal12526313765057361764664
Binary10101011011001110111111101010101111111101111110100110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55B35F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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