#64B65D

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

Shades of Fern #64B65D

Tints of Fern #64B65D

Color information

#64B65D (or 0x64B65D) is unknown color: approx Fern. HEX triplet: 64, B6 and 5D. RGB value is (100,182,93). Sum of RGB (Red+Green+Blue) = 100+182+93=375 (49% of max value = 765). Red value is 100 (39.45% from 255 or 26.67% from 375); Green value is 182 (71.48% from 255 or 48.53% from 375); Blue value is 93 (36.72% from 255 or 24.8% from 375); Max value from RGB is 182 - color contains mainly: green. Hex color #64B65D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #64B65D is #9B49A2. Grayscale: #939393. Windows color (decimal): -10176931 or 6141540. OLE color: 6141540.

HSL color Cylindrical-coordinate representation of color #64B65D: hue angle of 115.28º 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 #64B65D is Cyan = 0.45, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.29.

Color convert

RGB10018293-
CMYK0.4500.490.29
HSL115.28º37.87%53.92%-
HSV(B)115.28º48.9%71.37%-
XYZ23.9636.9616.23-
YUV147.3497.3394.24-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 26.67%
GREEN value IS 182 (71.48% from 255) = 48.53%
BLUE value IS 93 (36.72% from 255) = 24.8%
R=26.67%
G=48.53%
B=24.8%

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
Decimal100182930.4500.490.29115.2837.8753.92
Hex64B65D2D0311D732636
Octal14426613555061351634666
Binary11001001011011010111011011010110001111011110011100110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64B65D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(100,182,93); }

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

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

 a { background-color: rgb(100,182,93); }

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

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

 span { border-color: rgb(100,182,93); }

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