#64B460

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

Shades of Fern #64B460

Tints of Fern #64B460

Color information

#64B460 (or 0x64B460) is unknown color: approx Fern. HEX triplet: 64, B4 and 60. RGB value is (100,180,96). Sum of RGB (Red+Green+Blue) = 100+180+96=376 (49% of max value = 765). Red value is 100 (39.45% from 255 or 26.60% from 376); Green value is 180 (70.70% from 255 or 47.87% from 376); Blue value is 96 (37.89% from 255 or 25.53% from 376); Max value from RGB is 180 - color contains mainly: green. Hex color #64B460 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #64B460 is #9B4B9F. Grayscale: #929292. Windows color (decimal): -10177440 or 6337636. OLE color: 6337636.

HSL color Cylindrical-coordinate representation of color #64B460: hue angle of 117.14º degrees, saturation: 0.36, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #64B460 is Cyan = 0.44, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.29.

Color convert

RGB10018096-
CMYK0.4400.470.29
HSL117.14º35.9%54.12%-
HSV(B)117.14º46.67%70.59%-
XYZ23.6936.216.8-
YUV146.599.594.83-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 26.60%
GREEN value IS 180 (70.70% from 255) = 47.87%
BLUE value IS 96 (37.89% from 255) = 25.53%
R=26.60%
G=47.87%
B=25.53%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal100180960.4400.470.29117.1435.954.12
Hex64B4602C02F1D752436
Octal14426414054057351654466
Binary11001001011010011000001011000101111111011110101100100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64B460

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #64B460; }

 p { color: rgb(100,180,96); }

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

<style>
 a { background-color: #64B460; }

 a { background-color: rgb(100,180,96); }

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

<style>
 span { border-color: #64B460; }

 span { border-color: rgb(100,180,96); }

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