Shades of Kaitoke Green #25533A
Tints of Kaitoke Green #25533A
RGB
CMYK
RGB Variations
Color information
#25533A (or 0x25533A) is known color: Kaitoke Green. HEX triplet: 25, 53 and 3A. RGB value is (37,83,58). Sum of RGB (Red+Green+Blue) = 37+83+58=178 (23% of max value = 765). Red value is 37 (14.84% from 255 or 20.79% from 178); Green value is 83 (32.81% from 255 or 46.63% from 178); Blue value is 58 (23.05% from 255 or 32.58% from 178); Max value from RGB is 83 - color contains mainly: green. Hex color #25533A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #25533A is #DAACC5. Grayscale: #424242. Windows color (decimal): -14331078 or 3822373. OLE color: 3822373.
HSL color Cylindrical-coordinate representation of color #25533A: hue angle of 147.39º 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 #25533A is Cyan = 0.55, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 37 | 83 | 58 | - |
| CMYK | 0.55 | 0 | 0.30 | 0.67 |
| HSL | 147.39º | 0.38% | 0.24% | - |
| HSV(B) | 147.39º | 0.55% | 0.33% | - |
| XYZ | 4.62 | 6.89 | 5.09 | - |
| YUV | 66.4 | 123.26 | 107.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 83 | 58 | 0.55 | 0 | 0.30 | 0.67 | 147.39 | 0.38 | 0.24 |
| Hex | 25 | 53 | 3A | 37 | 0 | 1E | 43 | 93 | 26 | 18 |
| Octal | 45 | 123 | 72 | 67 | 0 | 36 | 103 | 223 | 46 | 30 |
| Binary | 100101 | 1010011 | 111010 | 110111 | 0 | 11110 | 1000011 | 10010011 | 100110 | 11000 |
Color Harmonies of #25533A
Complementary color
Monochromatic Colors of #25533A
Black with #25533A
Text Example
Text Example
White with #25533A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25533A; }
p { color: rgb(37,83,58); }
H1.HeaderClassName
{
color: #25533A;
}
.AnyTagClassName
{
color: #25533A;
}
</style>
background-color css
<style>
a { background-color: #25533A; }
a { background-color: rgb(37,83,58); }
div.DivClassName
{
background-color: #25533A;
}
.BgClassName
{
background-color: #25533A;
}
</style>
border-color css
<style>
span { border-color: #25533A; }
span { border-color: rgb(37,83,58); }
td.TdClassName
{
border-color: #25533A;
}
.TagClassName
{
border-color: #25533A;
}
</style>