#64B55E

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

Shades of Fern #64B55E

Tints of Fern #64B55E

Color information

#64B55E (or 0x64B55E) is unknown color: approx Fern. HEX triplet: 64, B5 and 5E. RGB value is (100,181,94). Sum of RGB (Red+Green+Blue) = 100+181+94=375 (49% of max value = 765). Red value is 100 (39.45% from 255 or 26.67% from 375); Green value is 181 (71.09% from 255 or 48.27% from 375); Blue value is 94 (37.11% from 255 or 25.07% from 375); Max value from RGB is 181 - color contains mainly: green. Hex color #64B55E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #64B55E is #9B4AA1. Grayscale: #939393. Windows color (decimal): -10177186 or 6206820. OLE color: 6206820.

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

Color convert

RGB10018194-
CMYK0.4500.480.29
HSL115.86º37.02%53.92%-
HSV(B)115.86º48.07%70.98%-
XYZ23.836.5716.39-
YUV146.8698.1694.57-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 26.67%
GREEN value IS 181 (71.09% from 255) = 48.27%
BLUE value IS 94 (37.11% from 255) = 25.07%
R=26.67%
G=48.27%
B=25.07%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal100181940.4500.480.29115.8637.0253.92
Hex64B55E2D0301D742536
Octal14426513655060351644566
Binary11001001011010110111101011010110000111011110100100101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64B55E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(100,181,94); }

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

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

 a { background-color: rgb(100,181,94); }

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

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

 span { border-color: rgb(100,181,94); }

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