#64B55C

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

Shades of Fern #64B55C

Tints of Fern #64B55C

Color information

#64B55C (or 0x64B55C) is unknown color: approx Fern. HEX triplet: 64, B5 and 5C. RGB value is (100,181,92). Sum of RGB (Red+Green+Blue) = 100+181+92=373 (49% of max value = 765). Red value is 100 (39.45% from 255 or 26.81% from 373); Green value is 181 (71.09% from 255 or 48.53% from 373); Blue value is 92 (36.33% from 255 or 24.66% from 373); Max value from RGB is 181 - color contains mainly: green. Hex color #64B55C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #64B55C is #9B4AA3. Grayscale: #929292. Windows color (decimal): -10177188 or 6075748. OLE color: 6075748.

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

Color convert

RGB10018192-
CMYK0.4500.490.29
HSL114.61º37.55%53.53%-
HSV(B)114.61º49.17%70.98%-
XYZ23.7136.5315.93-
YUV146.6497.1694.74-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 26.81%
GREEN value IS 181 (71.09% from 255) = 48.53%
BLUE value IS 92 (36.33% from 255) = 24.66%
R=26.81%
G=48.53%
B=24.66%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal100181920.4500.490.29114.6137.5553.53
Hex64B55C2D0311D732636
Octal14426513455061351634666
Binary11001001011010110111001011010110001111011110011100110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64B55C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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