Shades of Kaitoke Green #255338
Tints of Kaitoke Green #255338
RGB
CMYK
RGB Variations
Color information
#255338 (or 0x255338) is known color: Kaitoke Green. HEX triplet: 25, 53 and 38. RGB value is (37,83,56). Sum of RGB (Red+Green+Blue) = 37+83+56=176 (23% of max value = 765). Red value is 37 (14.84% from 255 or 21.02% from 176); Green value is 83 (32.81% from 255 or 47.16% from 176); Blue value is 56 (22.27% from 255 or 31.82% from 176); Max value from RGB is 83 - color contains mainly: green. Hex color #255338 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #255338 is #DAACC7. Grayscale: #424242. Windows color (decimal): -14331080 or 3691301. OLE color: 3691301.
HSL color Cylindrical-coordinate representation of color #255338: hue angle of 144.78º degrees, saturation: 0.38, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #255338 is Cyan = 0.55, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 37 | 83 | 56 | - |
| CMYK | 0.55 | 0 | 0.33 | 0.67 |
| HSL | 144.78º | 0.38% | 0.24% | - |
| HSV(B) | 144.78º | 0.55% | 0.33% | - |
| XYZ | 4.57 | 6.87 | 4.83 | - |
| YUV | 66.17 | 122.26 | 107.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 83 | 56 | 0.55 | 0 | 0.33 | 0.67 | 144.78 | 0.38 | 0.24 |
| Hex | 25 | 53 | 38 | 37 | 0 | 21 | 43 | 91 | 26 | 18 |
| Octal | 45 | 123 | 70 | 67 | 0 | 41 | 103 | 221 | 46 | 30 |
| Binary | 100101 | 1010011 | 111000 | 110111 | 0 | 100001 | 1000011 | 10010001 | 100110 | 11000 |
Color Harmonies of #255338
Complementary color
Monochromatic Colors of #255338
Black with #255338
Text Example
Text Example
White with #255338
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #255338; }
p { color: rgb(37,83,56); }
H1.HeaderClassName
{
color: #255338;
}
.AnyTagClassName
{
color: #255338;
}
</style>
background-color css
<style>
a { background-color: #255338; }
a { background-color: rgb(37,83,56); }
div.DivClassName
{
background-color: #255338;
}
.BgClassName
{
background-color: #255338;
}
</style>
border-color css
<style>
span { border-color: #255338; }
span { border-color: rgb(37,83,56); }
td.TdClassName
{
border-color: #255338;
}
.TagClassName
{
border-color: #255338;
}
</style>