Shades of Kaitoke Green #255532
Tints of Kaitoke Green #255532
RGB
CMYK
RGB Variations
Color information
#255532 (or 0x255532) is known color: Kaitoke Green. HEX triplet: 25, 55 and 32. RGB value is (37,85,50). Sum of RGB (Red+Green+Blue) = 37+85+50=172 (22% of max value = 765). Red value is 37 (14.84% from 255 or 21.51% from 172); Green value is 85 (33.59% from 255 or 49.42% from 172); Blue value is 50 (19.92% from 255 or 29.07% from 172); Max value from RGB is 85 - color contains mainly: green. Hex color #255532 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #255532 is #DAAACD. Grayscale: #424242. Windows color (decimal): -14330574 or 3298597. OLE color: 3298597.
HSL color Cylindrical-coordinate representation of color #255532: hue angle of 136.25º degrees, saturation: 0.39, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #255532 is Cyan = 0.56, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 37 | 85 | 50 | - |
| CMYK | 0.56 | 0 | 0.41 | 0.67 |
| HSL | 136.25º | 0.39% | 0.24% | - |
| HSV(B) | 136.25º | 0.56% | 0.33% | - |
| XYZ | 4.59 | 7.12 | 4.15 | - |
| YUV | 66.66 | 118.6 | 106.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 85 | 50 | 0.56 | 0 | 0.41 | 0.67 | 136.25 | 0.39 | 0.24 |
| Hex | 25 | 55 | 32 | 38 | 0 | 29 | 43 | 88 | 27 | 18 |
| Octal | 45 | 125 | 62 | 70 | 0 | 51 | 103 | 210 | 47 | 30 |
| Binary | 100101 | 1010101 | 110010 | 111000 | 0 | 101001 | 1000011 | 10001000 | 100111 | 11000 |
Color Harmonies of #255532
Complementary color
Monochromatic Colors of #255532
Black with #255532
Text Example
Text Example
White with #255532
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #255532; }
p { color: rgb(37,85,50); }
H1.HeaderClassName
{
color: #255532;
}
.AnyTagClassName
{
color: #255532;
}
</style>
background-color css
<style>
a { background-color: #255532; }
a { background-color: rgb(37,85,50); }
div.DivClassName
{
background-color: #255532;
}
.BgClassName
{
background-color: #255532;
}
</style>
border-color css
<style>
span { border-color: #255532; }
span { border-color: rgb(37,85,50); }
td.TdClassName
{
border-color: #255532;
}
.TagClassName
{
border-color: #255532;
}
</style>