Shades of Kaitoke Green #265A36
Tints of Kaitoke Green #265A36
RGB
CMYK
RGB Variations
Color information
#265A36 (or 0x265A36) is known color: Kaitoke Green. HEX triplet: 26, 5A and 36. RGB value is (38,90,54). Sum of RGB (Red+Green+Blue) = 38+90+54=182 (24% of max value = 765). Red value is 38 (15.23% from 255 or 20.88% from 182); Green value is 90 (35.55% from 255 or 49.45% from 182); Blue value is 54 (21.48% from 255 or 29.67% from 182); Max value from RGB is 90 - color contains mainly: green. Hex color #265A36 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #265A36 is #D9A5C9. Grayscale: #464646. Windows color (decimal): -14263754 or 3562022. OLE color: 3562022.
HSL color Cylindrical-coordinate representation of color #265A36: hue angle of 138.46º degrees, saturation: 0.41, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #265A36 is Cyan = 0.58, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 38 | 90 | 54 | - |
| CMYK | 0.58 | 0 | 0.40 | 0.65 |
| HSL | 138.46º | 0.41% | 0.25% | - |
| HSV(B) | 138.46º | 0.58% | 0.35% | - |
| XYZ | 5.12 | 7.99 | 4.76 | - |
| YUV | 70.35 | 118.77 | 104.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 90 | 54 | 0.58 | 0 | 0.40 | 0.65 | 138.46 | 0.41 | 0.25 |
| Hex | 26 | 5A | 36 | 3A | 0 | 28 | 41 | 8A | 29 | 19 |
| Octal | 46 | 132 | 66 | 72 | 0 | 50 | 101 | 212 | 51 | 31 |
| Binary | 100110 | 1011010 | 110110 | 111010 | 0 | 101000 | 1000001 | 10001010 | 101001 | 11001 |
Color Harmonies of #265A36
Complementary color
Monochromatic Colors of #265A36
Black with #265A36
Text Example
Text Example
White with #265A36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #265A36; }
p { color: rgb(38,90,54); }
H1.HeaderClassName
{
color: #265A36;
}
.AnyTagClassName
{
color: #265A36;
}
</style>
background-color css
<style>
a { background-color: #265A36; }
a { background-color: rgb(38,90,54); }
div.DivClassName
{
background-color: #265A36;
}
.BgClassName
{
background-color: #265A36;
}
</style>
border-color css
<style>
span { border-color: #265A36; }
span { border-color: rgb(38,90,54); }
td.TdClassName
{
border-color: #265A36;
}
.TagClassName
{
border-color: #265A36;
}
</style>