Shades of Kaitoke Green #26513B
Tints of Kaitoke Green #26513B
RGB
CMYK
RGB Variations
Color information
#26513B (or 0x26513B) is known color: Kaitoke Green. HEX triplet: 26, 51 and 3B. RGB value is (38,81,59). Sum of RGB (Red+Green+Blue) = 38+81+59=178 (23% of max value = 765). Red value is 38 (15.23% from 255 or 21.35% from 178); Green value is 81 (32.03% from 255 or 45.51% from 178); Blue value is 59 (23.44% from 255 or 33.15% from 178); Max value from RGB is 81 - color contains mainly: green. Hex color #26513B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #26513B is #D9AEC4. Grayscale: #414141. Windows color (decimal): -14266053 or 3887398. OLE color: 3887398.
HSL color Cylindrical-coordinate representation of color #26513B: hue angle of 149.3º degrees, saturation: 0.36, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #26513B is Cyan = 0.53, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 38 | 81 | 59 | - |
| CMYK | 0.53 | 0 | 0.27 | 0.68 |
| HSL | 149.3º | 0.36% | 0.23% | - |
| HSV(B) | 149.3º | 0.53% | 0.32% | - |
| XYZ | 4.53 | 6.61 | 5.18 | - |
| YUV | 65.64 | 124.25 | 108.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 81 | 59 | 0.53 | 0 | 0.27 | 0.68 | 149.3 | 0.36 | 0.23 |
| Hex | 26 | 51 | 3B | 35 | 0 | 1B | 44 | 95 | 24 | 17 |
| Octal | 46 | 121 | 73 | 65 | 0 | 33 | 104 | 225 | 44 | 27 |
| Binary | 100110 | 1010001 | 111011 | 110101 | 0 | 11011 | 1000100 | 10010101 | 100100 | 10111 |
Color Harmonies of #26513B
Complementary color
Monochromatic Colors of #26513B
Black with #26513B
Text Example
Text Example
White with #26513B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26513B; }
p { color: rgb(38,81,59); }
H1.HeaderClassName
{
color: #26513B;
}
.AnyTagClassName
{
color: #26513B;
}
</style>
background-color css
<style>
a { background-color: #26513B; }
a { background-color: rgb(38,81,59); }
div.DivClassName
{
background-color: #26513B;
}
.BgClassName
{
background-color: #26513B;
}
</style>
border-color css
<style>
span { border-color: #26513B; }
span { border-color: rgb(38,81,59); }
td.TdClassName
{
border-color: #26513B;
}
.TagClassName
{
border-color: #26513B;
}
</style>