Shades of Kaitoke Green #264C32
Tints of Kaitoke Green #264C32
RGB
CMYK
RGB Variations
Color information
#264C32 (or 0x264C32) is known color: Kaitoke Green. HEX triplet: 26, 4C and 32. RGB value is (38,76,50). Sum of RGB (Red+Green+Blue) = 38+76+50=164 (21% of max value = 765). Red value is 38 (15.23% from 255 or 23.17% from 164); Green value is 76 (30.08% from 255 or 46.34% from 164); Blue value is 50 (19.92% from 255 or 30.49% from 164); Max value from RGB is 76 - color contains mainly: green. Hex color #264C32 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #264C32 is #D9B3CD. Grayscale: #3D3D3D. Windows color (decimal): -14267342 or 3296294. OLE color: 3296294.
HSL color Cylindrical-coordinate representation of color #264C32: hue angle of 138.95º degrees, saturation: 0.33, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #264C32 is Cyan = 0.5, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 38 | 76 | 50 | - |
| CMYK | 0.5 | 0 | 0.34 | 0.70 |
| HSL | 138.95º | 0.33% | 0.22% | - |
| HSV(B) | 138.95º | 0.5% | 0.3% | - |
| XYZ | 3.96 | 5.81 | 3.93 | - |
| YUV | 61.67 | 121.41 | 111.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 76 | 50 | 0.5 | 0 | 0.34 | 0.70 | 138.95 | 0.33 | 0.22 |
| Hex | 26 | 4C | 32 | 32 | 0 | 22 | 46 | 8B | 21 | 16 |
| Octal | 46 | 114 | 62 | 62 | 0 | 42 | 106 | 213 | 41 | 26 |
| Binary | 100110 | 1001100 | 110010 | 110010 | 0 | 100010 | 1000110 | 10001011 | 100001 | 10110 |
Color Harmonies of #264C32
Complementary color
Monochromatic Colors of #264C32
Black with #264C32
Text Example
Text Example
White with #264C32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #264C32; }
p { color: rgb(38,76,50); }
H1.HeaderClassName
{
color: #264C32;
}
.AnyTagClassName
{
color: #264C32;
}
</style>
background-color css
<style>
a { background-color: #264C32; }
a { background-color: rgb(38,76,50); }
div.DivClassName
{
background-color: #264C32;
}
.BgClassName
{
background-color: #264C32;
}
</style>
border-color css
<style>
span { border-color: #264C32; }
span { border-color: rgb(38,76,50); }
td.TdClassName
{
border-color: #264C32;
}
.TagClassName
{
border-color: #264C32;
}
</style>