Shades of Kelly Green #449B08
Tints of Kelly Green #449B08
RGB
CMYK
RGB Variations
Color information
#449B08 (or 0x449B08) is known color: Kelly Green. HEX triplet: 44, 9B and 08. RGB value is (68,155,8). Sum of RGB (Red+Green+Blue) = 68+155+8=231 (30% of max value = 765). Red value is 68 (26.95% from 255 or 29.44% from 231); Green value is 155 (60.94% from 255 or 67.10% from 231); Blue value is 8 (3.52% from 255 or 3.46% from 231); Max value from RGB is 155 - color contains mainly: green. Hex color #449B08 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #449B08 is #BB64F7. Grayscale: #707070. Windows color (decimal): -12281080 or 564036. OLE color: 564036.
HSL color Cylindrical-coordinate representation of color #449B08: hue angle of 95.51º degrees, saturation: 0.9, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #449B08 is Cyan = 0.56, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 68 | 155 | 8 | - |
| CMYK | 0.56 | 0 | 0.95 | 0.39 |
| HSL | 95.51º | 0.9% | 0.32% | - |
| HSV(B) | 95.51º | 0.95% | 0.61% | - |
| XYZ | 14.15 | 24.69 | 4.25 | - |
| YUV | 112.23 | 69.18 | 96.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 155 | 8 | 0.56 | 0 | 0.95 | 0.39 | 95.51 | 0.9 | 0.32 |
| Hex | 44 | 9B | 8 | 38 | 0 | 5F | 27 | 60 | 5A | 20 |
| Octal | 104 | 233 | 10 | 70 | 0 | 137 | 47 | 140 | 132 | 40 |
| Binary | 1000100 | 10011011 | 1000 | 111000 | 0 | 1011111 | 100111 | 1100000 | 1011010 | 100000 |
Color Harmonies of #449B08
Complementary color
Monochromatic Colors of #449B08
Black with #449B08
Text Example
Text Example
White with #449B08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #449B08; }
p { color: rgb(68,155,8); }
H1.HeaderClassName
{
color: #449B08;
}
.AnyTagClassName
{
color: #449B08;
}
</style>
background-color css
<style>
a { background-color: #449B08; }
a { background-color: rgb(68,155,8); }
div.DivClassName
{
background-color: #449B08;
}
.BgClassName
{
background-color: #449B08;
}
</style>
border-color css
<style>
span { border-color: #449B08; }
span { border-color: rgb(68,155,8); }
td.TdClassName
{
border-color: #449B08;
}
.TagClassName
{
border-color: #449B08;
}
</style>