Shades of Kelly Green #349C03
Tints of Kelly Green #349C03
RGB
CMYK
RGB Variations
Color information
#349C03 (or 0x349C03) is known color: Kelly Green. HEX triplet: 34, 9C and 03. RGB value is (52,156,3). Sum of RGB (Red+Green+Blue) = 52+156+3=211 (27% of max value = 765). Red value is 52 (20.70% from 255 or 24.64% from 211); Green value is 156 (61.33% from 255 or 73.93% from 211); Blue value is 3 (1.56% from 255 or 1.42% from 211); Max value from RGB is 156 - color contains mainly: green. Hex color #349C03 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #349C03 is #CB63FC. Grayscale: #6B6B6B. Windows color (decimal): -13329405 or 236596. OLE color: 236596.
HSL color Cylindrical-coordinate representation of color #349C03: hue angle of 100.78º degrees, saturation: 0.96, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #349C03 is Cyan = 0.67, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 52 | 156 | 3 | - |
| CMYK | 0.67 | 0 | 0.98 | 0.39 |
| HSL | 100.78º | 0.96% | 0.31% | - |
| HSV(B) | 100.78º | 0.98% | 0.61% | - |
| XYZ | 13.32 | 24.51 | 4.12 | - |
| YUV | 107.46 | 69.04 | 88.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 156 | 3 | 0.67 | 0 | 0.98 | 0.39 | 100.78 | 0.96 | 0.31 |
| Hex | 34 | 9C | 3 | 43 | 0 | 62 | 27 | 65 | 60 | 1F |
| Octal | 64 | 234 | 3 | 103 | 0 | 142 | 47 | 145 | 140 | 37 |
| Binary | 110100 | 10011100 | 11 | 1000011 | 0 | 1100010 | 100111 | 1100101 | 1100000 | 11111 |
Color Harmonies of #349C03
Complementary color
Monochromatic Colors of #349C03
Black with #349C03
Text Example
Text Example
White with #349C03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #349C03; }
p { color: rgb(52,156,3); }
H1.HeaderClassName
{
color: #349C03;
}
.AnyTagClassName
{
color: #349C03;
}
</style>
background-color css
<style>
a { background-color: #349C03; }
a { background-color: rgb(52,156,3); }
div.DivClassName
{
background-color: #349C03;
}
.BgClassName
{
background-color: #349C03;
}
</style>
border-color css
<style>
span { border-color: #349C03; }
span { border-color: rgb(52,156,3); }
td.TdClassName
{
border-color: #349C03;
}
.TagClassName
{
border-color: #349C03;
}
</style>