Shades of Fern Green #41823A
Tints of Fern Green #41823A
RGB
CMYK
RGB Variations
Color information
#41823A (or 0x41823A) is known color: Fern Green. HEX triplet: 41, 82 and 3A. RGB value is (65,130,58). Sum of RGB (Red+Green+Blue) = 65+130+58=253 (33% of max value = 765). Red value is 65 (25.78% from 255 or 25.69% from 253); Green value is 130 (51.17% from 255 or 51.38% from 253); Blue value is 58 (23.05% from 255 or 22.92% from 253); Max value from RGB is 130 - color contains mainly: green. Hex color #41823A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #41823A is #BE7DC5. Grayscale: #666666. Windows color (decimal): -12484038 or 3834433. OLE color: 3834433.
HSL color Cylindrical-coordinate representation of color #41823A: hue angle of 114.17º degrees, saturation: 0.38, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #41823A is Cyan = 0.50, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 65 | 130 | 58 | - |
| CMYK | 0.50 | 0 | 0.55 | 0.49 |
| HSL | 114.17º | 0.38% | 0.37% | - |
| HSV(B) | 114.17º | 0.55% | 0.51% | - |
| XYZ | 10.93 | 17.39 | 6.78 | - |
| YUV | 102.36 | 102.97 | 101.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 130 | 58 | 0.50 | 0 | 0.55 | 0.49 | 114.17 | 0.38 | 0.37 |
| Hex | 41 | 82 | 3A | 32 | 0 | 37 | 31 | 72 | 26 | 25 |
| Octal | 101 | 202 | 72 | 62 | 0 | 67 | 61 | 162 | 46 | 45 |
| Binary | 1000001 | 10000010 | 111010 | 110010 | 0 | 110111 | 110001 | 1110010 | 100110 | 100101 |
Color Harmonies of #41823A
Complementary color
Monochromatic Colors of #41823A
Black with #41823A
Text Example
Text Example
White with #41823A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41823A; }
p { color: rgb(65,130,58); }
H1.HeaderClassName
{
color: #41823A;
}
.AnyTagClassName
{
color: #41823A;
}
</style>
background-color css
<style>
a { background-color: #41823A; }
a { background-color: rgb(65,130,58); }
div.DivClassName
{
background-color: #41823A;
}
.BgClassName
{
background-color: #41823A;
}
</style>
border-color css
<style>
span { border-color: #41823A; }
span { border-color: rgb(65,130,58); }
td.TdClassName
{
border-color: #41823A;
}
.TagClassName
{
border-color: #41823A;
}
</style>