Shades of Fern #64B374
Tints of Fern #64B374
RGB
CMYK
RGB Variations
Color information
#64B374 (or 0x64B374) is known color: Fern. HEX triplet: 64, B3 and 74. RGB value is (100,179,116). Sum of RGB (Red+Green+Blue) = 100+179+116=395 (52% of max value = 765). Red value is 100 (39.45% from 255 or 25.32% from 395); Green value is 179 (70.31% from 255 or 45.32% from 395); Blue value is 116 (45.70% from 255 or 29.37% from 395); Max value from RGB is 179 - color contains mainly: green. Hex color #64B374 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #64B374 is #9B4C8B. Grayscale: #949494. Windows color (decimal): -10177676 or 7648100. OLE color: 7648100.
HSL color Cylindrical-coordinate representation of color #64B374: hue angle of 132.15º degrees, saturation: 0.34, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #64B374 is Cyan = 0.44, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 100 | 179 | 116 | - |
| CMYK | 0.44 | 0 | 0.35 | 0.30 |
| HSL | 132.15º | 0.34% | 0.55% | - |
| HSV(B) | 132.15º | 0.44% | 0.7% | - |
| XYZ | 24.53 | 36.21 | 22.22 | - |
| YUV | 148.2 | 109.83 | 93.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 179 | 116 | 0.44 | 0 | 0.35 | 0.30 | 132.15 | 0.34 | 0.55 |
| Hex | 64 | B3 | 74 | 2C | 0 | 23 | 1E | 84 | 22 | 37 |
| Octal | 144 | 263 | 164 | 54 | 0 | 43 | 36 | 204 | 42 | 67 |
| Binary | 1100100 | 10110011 | 1110100 | 101100 | 0 | 100011 | 11110 | 10000100 | 100010 | 110111 |
Color Harmonies of #64B374
Complementary color
Monochromatic Colors of #64B374
Black with #64B374
Text Example
Text Example
White with #64B374
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64B374; }
p { color: rgb(100,179,116); }
H1.HeaderClassName
{
color: #64B374;
}
.AnyTagClassName
{
color: #64B374;
}
</style>
background-color css
<style>
a { background-color: #64B374; }
a { background-color: rgb(100,179,116); }
div.DivClassName
{
background-color: #64B374;
}
.BgClassName
{
background-color: #64B374;
}
</style>
border-color css
<style>
span { border-color: #64B374; }
span { border-color: rgb(100,179,116); }
td.TdClassName
{
border-color: #64B374;
}
.TagClassName
{
border-color: #64B374;
}
</style>