Shades of Kelly Green #34A613
Tints of Kelly Green #34A613
RGB
CMYK
RGB Variations
Color information
#34A613 (or 0x34A613) is known color: Kelly Green. HEX triplet: 34, A6 and 13. RGB value is (52,166,19). Sum of RGB (Red+Green+Blue) = 52+166+19=237 (31% of max value = 765). Red value is 52 (20.70% from 255 or 21.94% from 237); Green value is 166 (65.23% from 255 or 70.04% from 237); Blue value is 19 (7.81% from 255 or 8.02% from 237); Max value from RGB is 166 - color contains mainly: green. Hex color #34A613 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #34A613 is #CB59EC. Grayscale: #737373. Windows color (decimal): -13326829 or 1287732. OLE color: 1287732.
HSL color Cylindrical-coordinate representation of color #34A613: hue angle of 106.53º degrees, saturation: 0.79, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #34A613 is Cyan = 0.69, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 52 | 166 | 19 | - |
| CMYK | 0.69 | 0 | 0.89 | 0.35 |
| HSL | 106.53º | 0.79% | 0.36% | - |
| HSV(B) | 106.53º | 0.89% | 0.65% | - |
| XYZ | 15.17 | 28.05 | 5.23 | - |
| YUV | 115.16 | 73.73 | 82.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 166 | 19 | 0.69 | 0 | 0.89 | 0.35 | 106.53 | 0.79 | 0.36 |
| Hex | 34 | A6 | 13 | 45 | 0 | 59 | 23 | 6B | 4F | 24 |
| Octal | 64 | 246 | 23 | 105 | 0 | 131 | 43 | 153 | 117 | 44 |
| Binary | 110100 | 10100110 | 10011 | 1000101 | 0 | 1011001 | 100011 | 1101011 | 1001111 | 100100 |
Color Harmonies of #34A613
Complementary color
Monochromatic Colors of #34A613
Black with #34A613
Text Example
Text Example
White with #34A613
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34A613; }
p { color: rgb(52,166,19); }
H1.HeaderClassName
{
color: #34A613;
}
.AnyTagClassName
{
color: #34A613;
}
</style>
background-color css
<style>
a { background-color: #34A613; }
a { background-color: rgb(52,166,19); }
div.DivClassName
{
background-color: #34A613;
}
.BgClassName
{
background-color: #34A613;
}
</style>
border-color css
<style>
span { border-color: #34A613; }
span { border-color: rgb(52,166,19); }
td.TdClassName
{
border-color: #34A613;
}
.TagClassName
{
border-color: #34A613;
}
</style>