Shades of Kelly Green #369B00
Tints of Kelly Green #369B00
RGB
CMYK
RGB Variations
Color information
#369B00 (or 0x369B00) is known color: Kelly Green. HEX triplet: 36, 9B and 00. RGB value is (54,155,0). Sum of RGB (Red+Green+Blue) = 54+155+0=209 (27% of max value = 765). Red value is 54 (21.48% from 255 or 25.84% from 209); Green value is 155 (60.94% from 255 or 74.16% from 209); Blue value is 0 (0.39% from 255 or 0% from 209); Max value from RGB is 155 - color contains mainly: green. Hex color #369B00 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #369B00 is #C964FF. Grayscale: #6B6B6B. Windows color (decimal): -13198592 or 39734. OLE color: 39734.
HSL color Cylindrical-coordinate representation of color #369B00: hue angle of 99.1º degrees, saturation: 1, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 1%. Process color model (Four color, CMYK) of #369B00 is Cyan = 0.65, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 54 | 155 | 0 | - |
| CMYK | 0.65 | 0 | 1 | 0.39 |
| HSL | 99.1º | 1% | 0.3% | - |
| HSV(B) | 99.1º | 1% | 0.61% | - |
| XYZ | 13.24 | 24.23 | 3.98 | - |
| YUV | 107.13 | 67.54 | 90.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 155 | 0 | 0.65 | 0 | 1 | 0.39 | 99.1 | 1 | 0.3 |
| Hex | 36 | 9B | 0 | 41 | 0 | 64 | 27 | 63 | 64 | 1E |
| Octal | 66 | 233 | 0 | 101 | 0 | 144 | 47 | 143 | 144 | 36 |
| Binary | 110110 | 10011011 | 0 | 1000001 | 0 | 1100100 | 100111 | 1100011 | 1100100 | 11110 |
Color Harmonies of #369B00
Complementary color
Monochromatic Colors of #369B00
Black with #369B00
Text Example
Text Example
White with #369B00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #369B00; }
p { color: rgb(54,155,0); }
H1.HeaderClassName
{
color: #369B00;
}
.AnyTagClassName
{
color: #369B00;
}
</style>
background-color css
<style>
a { background-color: #369B00; }
a { background-color: rgb(54,155,0); }
div.DivClassName
{
background-color: #369B00;
}
.BgClassName
{
background-color: #369B00;
}
</style>
border-color css
<style>
span { border-color: #369B00; }
span { border-color: rgb(54,155,0); }
td.TdClassName
{
border-color: #369B00;
}
.TagClassName
{
border-color: #369B00;
}
</style>