Shades of Kelly Green #369C05
Tints of Kelly Green #369C05
RGB
CMYK
RGB Variations
Color information
#369C05 (or 0x369C05) is known color: Kelly Green. HEX triplet: 36, 9C and 05. RGB value is (54,156,5). Sum of RGB (Red+Green+Blue) = 54+156+5=215 (28% of max value = 765). Red value is 54 (21.48% from 255 or 25.12% from 215); Green value is 156 (61.33% from 255 or 72.56% from 215); Blue value is 5 (2.34% from 255 or 2.33% from 215); Max value from RGB is 156 - color contains mainly: green. Hex color #369C05 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #369C05 is #C963FA. Grayscale: #6C6C6C. Windows color (decimal): -13198331 or 367670. OLE color: 367670.
HSL color Cylindrical-coordinate representation of color #369C05: hue angle of 100.53º degrees, saturation: 0.94, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #369C05 is Cyan = 0.65, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 54 | 156 | 5 | - |
| CMYK | 0.65 | 0 | 0.97 | 0.39 |
| HSL | 100.53º | 0.94% | 0.32% | - |
| HSV(B) | 100.53º | 0.97% | 0.61% | - |
| XYZ | 13.44 | 24.57 | 4.18 | - |
| YUV | 108.29 | 69.71 | 89.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 156 | 5 | 0.65 | 0 | 0.97 | 0.39 | 100.53 | 0.94 | 0.32 |
| Hex | 36 | 9C | 5 | 41 | 0 | 61 | 27 | 65 | 5E | 20 |
| Octal | 66 | 234 | 5 | 101 | 0 | 141 | 47 | 145 | 136 | 40 |
| Binary | 110110 | 10011100 | 101 | 1000001 | 0 | 1100001 | 100111 | 1100101 | 1011110 | 100000 |
Color Harmonies of #369C05
Complementary color
Monochromatic Colors of #369C05
Black with #369C05
Text Example
Text Example
White with #369C05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #369C05; }
p { color: rgb(54,156,5); }
H1.HeaderClassName
{
color: #369C05;
}
.AnyTagClassName
{
color: #369C05;
}
</style>
background-color css
<style>
a { background-color: #369C05; }
a { background-color: rgb(54,156,5); }
div.DivClassName
{
background-color: #369C05;
}
.BgClassName
{
background-color: #369C05;
}
</style>
border-color css
<style>
span { border-color: #369C05; }
span { border-color: rgb(54,156,5); }
td.TdClassName
{
border-color: #369C05;
}
.TagClassName
{
border-color: #369C05;
}
</style>