#64B360

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

Shades of Fern #64B360

Tints of Fern #64B360

Color information

#64B360 (or 0x64B360) is unknown color: approx Fern. HEX triplet: 64, B3 and 60. RGB value is (100,179,96). Sum of RGB (Red+Green+Blue) = 100+179+96=375 (49% of max value = 765). Red value is 100 (39.45% from 255 or 26.67% from 375); Green value is 179 (70.31% from 255 or 47.73% from 375); Blue value is 96 (37.89% from 255 or 25.6% from 375); Max value from RGB is 179 - color contains mainly: green. Hex color #64B360 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #64B360 is #9B4C9F. Grayscale: #929292. Windows color (decimal): -10177696 or 6337380. OLE color: 6337380.

HSL color Cylindrical-coordinate representation of color #64B360: hue angle of 117.11º degrees, saturation: 0.35, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #64B360 is Cyan = 0.44, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.30.

Color convert

RGB10017996-
CMYK0.4400.460.30
HSL117.11º35.32%53.92%-
HSV(B)117.11º46.37%70.2%-
XYZ23.4935.7916.74-
YUV145.9299.8395.25-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 26.67%
GREEN value IS 179 (70.31% from 255) = 47.73%
BLUE value IS 96 (37.89% from 255) = 25.6%
R=26.67%
G=47.73%
B=25.6%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal100179960.4400.460.30117.1135.3253.92
Hex64B3602C02E1E752336
Octal14426314054056361654366
Binary11001001011001111000001011000101110111101110101100011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64B360

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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