Shades of Fern Green #45883D
Tints of Fern Green #45883D
RGB
CMYK
RGB Variations
Color information
#45883D (or 0x45883D) is known color: Fern Green. HEX triplet: 45, 88 and 3D. RGB value is (69,136,61). Sum of RGB (Red+Green+Blue) = 69+136+61=266 (35% of max value = 765). Red value is 69 (27.34% from 255 or 25.94% from 266); Green value is 136 (53.52% from 255 or 51.13% from 266); Blue value is 61 (24.22% from 255 or 22.93% from 266); Max value from RGB is 136 - color contains mainly: green. Hex color #45883D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #45883D is #BA77C2. Grayscale: #6B6B6B. Windows color (decimal): -12220355 or 4032581. OLE color: 4032581.
HSL color Cylindrical-coordinate representation of color #45883D: hue angle of 113.6º degrees, saturation: 0.38, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #45883D is Cyan = 0.49, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 69 | 136 | 61 | - |
| CMYK | 0.49 | 0 | 0.55 | 0.47 |
| HSL | 113.6º | 0.38% | 0.39% | - |
| HSV(B) | 113.6º | 0.55% | 0.53% | - |
| XYZ | 12.1 | 19.21 | 7.49 | - |
| YUV | 107.42 | 101.8 | 100.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 136 | 61 | 0.49 | 0 | 0.55 | 0.47 | 113.6 | 0.38 | 0.39 |
| Hex | 45 | 88 | 3D | 31 | 0 | 37 | 2F | 72 | 26 | 27 |
| Octal | 105 | 210 | 75 | 61 | 0 | 67 | 57 | 162 | 46 | 47 |
| Binary | 1000101 | 10001000 | 111101 | 110001 | 0 | 110111 | 101111 | 1110010 | 100110 | 100111 |
Color Harmonies of #45883D
Complementary color
Monochromatic Colors of #45883D
Black with #45883D
Text Example
Text Example
White with #45883D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45883D; }
p { color: rgb(69,136,61); }
H1.HeaderClassName
{
color: #45883D;
}
.AnyTagClassName
{
color: #45883D;
}
</style>
background-color css
<style>
a { background-color: #45883D; }
a { background-color: rgb(69,136,61); }
div.DivClassName
{
background-color: #45883D;
}
.BgClassName
{
background-color: #45883D;
}
</style>
border-color css
<style>
span { border-color: #45883D; }
span { border-color: rgb(69,136,61); }
td.TdClassName
{
border-color: #45883D;
}
.TagClassName
{
border-color: #45883D;
}
</style>