Shades of Kaitoke Green #255237
Tints of Kaitoke Green #255237
RGB
CMYK
RGB Variations
Color information
#255237 (or 0x255237) is known color: Kaitoke Green. HEX triplet: 25, 52 and 37. RGB value is (37,82,55). Sum of RGB (Red+Green+Blue) = 37+82+55=174 (23% of max value = 765). Red value is 37 (14.84% from 255 or 21.26% from 174); Green value is 82 (32.42% from 255 or 47.13% from 174); Blue value is 55 (21.88% from 255 or 31.61% from 174); Max value from RGB is 82 - color contains mainly: green. Hex color #255237 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #255237 is #DAADC8. Grayscale: #414141. Windows color (decimal): -14331337 or 3625509. OLE color: 3625509.
HSL color Cylindrical-coordinate representation of color #255237: hue angle of 144º degrees, saturation: 0.38, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #255237 is Cyan = 0.55, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 37 | 82 | 55 | - |
| CMYK | 0.55 | 0 | 0.33 | 0.68 |
| HSL | 144º | 0.38% | 0.23% | - |
| HSV(B) | 144º | 0.55% | 0.32% | - |
| XYZ | 4.47 | 6.7 | 4.67 | - |
| YUV | 65.47 | 122.09 | 107.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 82 | 55 | 0.55 | 0 | 0.33 | 0.68 | 144 | 0.38 | 0.23 |
| Hex | 25 | 52 | 37 | 37 | 0 | 21 | 44 | 90 | 26 | 17 |
| Octal | 45 | 122 | 67 | 67 | 0 | 41 | 104 | 220 | 46 | 27 |
| Binary | 100101 | 1010010 | 110111 | 110111 | 0 | 100001 | 1000100 | 10010000 | 100110 | 10111 |
Color Harmonies of #255237
Complementary color
Monochromatic Colors of #255237
Black with #255237
Text Example
Text Example
White with #255237
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #255237; }
p { color: rgb(37,82,55); }
H1.HeaderClassName
{
color: #255237;
}
.AnyTagClassName
{
color: #255237;
}
</style>
background-color css
<style>
a { background-color: #255237; }
a { background-color: rgb(37,82,55); }
div.DivClassName
{
background-color: #255237;
}
.BgClassName
{
background-color: #255237;
}
</style>
border-color css
<style>
span { border-color: #255237; }
span { border-color: rgb(37,82,55); }
td.TdClassName
{
border-color: #255237;
}
.TagClassName
{
border-color: #255237;
}
</style>