#65B47C

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

Shades of Fern #65B47C

Tints of Fern #65B47C

Color information

#65B47C (or 0x65B47C) is unknown color: approx Fern. HEX triplet: 65, B4 and 7C. RGB value is (101,180,124). Sum of RGB (Red+Green+Blue) = 101+180+124=405 (53% of max value = 765). Red value is 101 (39.84% from 255 or 24.94% from 405); Green value is 180 (70.70% from 255 or 44.44% from 405); Blue value is 124 (48.83% from 255 or 30.62% from 405); Max value from RGB is 180 - color contains mainly: green. Hex color #65B47C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #65B47C is #9A4B83. Grayscale: #969696. Windows color (decimal): -10111876 or 8172645. OLE color: 8172645.

HSL color Cylindrical-coordinate representation of color #65B47C: hue angle of 137.47º degrees, saturation: 0.34, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #65B47C is Cyan = 0.44, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.29.

Color convert

RGB101180124-
CMYK0.4400.310.29
HSL137.47º34.5%55.1%-
HSV(B)137.47º43.89%70.59%-
XYZ25.3336.8624.85-
YUV149.99113.3393.05-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 24.94%
GREEN value IS 180 (70.70% from 255) = 44.44%
BLUE value IS 124 (48.83% from 255) = 30.62%
R=24.94%
G=44.44%
B=30.62%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1011801240.4400.310.29137.4734.555.1
Hex65B47C2C01F1D892237
Octal14526417454037352114267
Binary11001011011010011111001011000111111110110001001100010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65B47C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #65B47C; }

 p { color: rgb(101,180,124); }

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

<style>
 a { background-color: #65B47C; }

 a { background-color: rgb(101,180,124); }

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

<style>
 span { border-color: #65B47C; }

 span { border-color: rgb(101,180,124); }

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