Shades of Kaitoke Green #255534
Tints of Kaitoke Green #255534
RGB
CMYK
RGB Variations
Color information
#255534 (or 0x255534) is known color: Kaitoke Green. HEX triplet: 25, 55 and 34. RGB value is (37,85,52). Sum of RGB (Red+Green+Blue) = 37+85+52=174 (23% of max value = 765). Red value is 37 (14.84% from 255 or 21.26% from 174); Green value is 85 (33.59% from 255 or 48.85% from 174); Blue value is 52 (20.70% from 255 or 29.89% from 174); Max value from RGB is 85 - color contains mainly: green. Hex color #255534 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #255534 is #DAAACB. Grayscale: #424242. Windows color (decimal): -14330572 or 3429669. OLE color: 3429669.
HSL color Cylindrical-coordinate representation of color #255534: hue angle of 138.75º 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 #255534 is Cyan = 0.56, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 37 | 85 | 52 | - |
| CMYK | 0.56 | 0 | 0.39 | 0.67 |
| HSL | 138.75º | 0.39% | 0.24% | - |
| HSV(B) | 138.75º | 0.56% | 0.33% | - |
| XYZ | 4.63 | 7.14 | 4.38 | - |
| YUV | 66.89 | 119.6 | 106.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 85 | 52 | 0.56 | 0 | 0.39 | 0.67 | 138.75 | 0.39 | 0.24 |
| Hex | 25 | 55 | 34 | 38 | 0 | 27 | 43 | 8B | 27 | 18 |
| Octal | 45 | 125 | 64 | 70 | 0 | 47 | 103 | 213 | 47 | 30 |
| Binary | 100101 | 1010101 | 110100 | 111000 | 0 | 100111 | 1000011 | 10001011 | 100111 | 11000 |
Color Harmonies of #255534
Complementary color
Monochromatic Colors of #255534
Black with #255534
Text Example
Text Example
White with #255534
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #255534; }
p { color: rgb(37,85,52); }
H1.HeaderClassName
{
color: #255534;
}
.AnyTagClassName
{
color: #255534;
}
</style>
background-color css
<style>
a { background-color: #255534; }
a { background-color: rgb(37,85,52); }
div.DivClassName
{
background-color: #255534;
}
.BgClassName
{
background-color: #255534;
}
</style>
border-color css
<style>
span { border-color: #255534; }
span { border-color: rgb(37,85,52); }
td.TdClassName
{
border-color: #255534;
}
.TagClassName
{
border-color: #255534;
}
</style>