Shades of Kelly Green #369B01
Tints of Kelly Green #369B01
RGB
CMYK
RGB Variations
Color information
#369B01 (or 0x369B01) is known color: Kelly Green. HEX triplet: 36, 9B and 01. RGB value is (54,155,1). Sum of RGB (Red+Green+Blue) = 54+155+1=210 (27% of max value = 765). Red value is 54 (21.48% from 255 or 25.71% from 210); Green value is 155 (60.94% from 255 or 73.81% from 210); Blue value is 1 (0.78% from 255 or 0.48% from 210); Max value from RGB is 155 - color contains mainly: green. Hex color #369B01 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #369B01 is #C964FE. Grayscale: #6B6B6B. Windows color (decimal): -13198591 or 105270. OLE color: 105270.
HSL color Cylindrical-coordinate representation of color #369B01: hue angle of 99.35º degrees, saturation: 0.99, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #369B01 is Cyan = 0.65, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 54 | 155 | 1 | - |
| CMYK | 0.65 | 0 | 0.99 | 0.39 |
| HSL | 99.35º | 0.99% | 0.31% | - |
| HSV(B) | 99.35º | 0.99% | 0.61% | - |
| XYZ | 13.25 | 24.23 | 4.01 | - |
| YUV | 107.25 | 68.04 | 90.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 155 | 1 | 0.65 | 0 | 0.99 | 0.39 | 99.35 | 0.99 | 0.31 |
| Hex | 36 | 9B | 1 | 41 | 0 | 63 | 27 | 63 | 63 | 1F |
| Octal | 66 | 233 | 1 | 101 | 0 | 143 | 47 | 143 | 143 | 37 |
| Binary | 110110 | 10011011 | 1 | 1000001 | 0 | 1100011 | 100111 | 1100011 | 1100011 | 11111 |
Color Harmonies of #369B01
Complementary color
Monochromatic Colors of #369B01
Black with #369B01
Text Example
Text Example
White with #369B01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #369B01; }
p { color: rgb(54,155,1); }
H1.HeaderClassName
{
color: #369B01;
}
.AnyTagClassName
{
color: #369B01;
}
</style>
background-color css
<style>
a { background-color: #369B01; }
a { background-color: rgb(54,155,1); }
div.DivClassName
{
background-color: #369B01;
}
.BgClassName
{
background-color: #369B01;
}
</style>
border-color css
<style>
span { border-color: #369B01; }
span { border-color: rgb(54,155,1); }
td.TdClassName
{
border-color: #369B01;
}
.TagClassName
{
border-color: #369B01;
}
</style>