Shades of Kaitoke Green #23553B
Tints of Kaitoke Green #23553B
RGB
CMYK
RGB Variations
Color information
#23553B (or 0x23553B) is known color: Kaitoke Green. HEX triplet: 23, 55 and 3B. RGB value is (35,85,59). Sum of RGB (Red+Green+Blue) = 35+85+59=179 (23% of max value = 765). Red value is 35 (14.06% from 255 or 19.55% from 179); Green value is 85 (33.59% from 255 or 47.49% from 179); Blue value is 59 (23.44% from 255 or 32.96% from 179); Max value from RGB is 85 - color contains mainly: green. Hex color #23553B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #23553B is #DCAAC4. Grayscale: #434343. Windows color (decimal): -14461637 or 3888419. OLE color: 3888419.
HSL color Cylindrical-coordinate representation of color #23553B: hue angle of 148.8º degrees, saturation: 0.42, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #23553B is Cyan = 0.59, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 35 | 85 | 59 | - |
| CMYK | 0.59 | 0 | 0.31 | 0.67 |
| HSL | 148.8º | 0.42% | 0.24% | - |
| HSV(B) | 148.8º | 0.59% | 0.33% | - |
| XYZ | 4.73 | 7.17 | 5.27 | - |
| YUV | 67.09 | 123.44 | 105.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 85 | 59 | 0.59 | 0 | 0.31 | 0.67 | 148.8 | 0.42 | 0.24 |
| Hex | 23 | 55 | 3B | 3B | 0 | 1F | 43 | 95 | 2A | 18 |
| Octal | 43 | 125 | 73 | 73 | 0 | 37 | 103 | 225 | 52 | 30 |
| Binary | 100011 | 1010101 | 111011 | 111011 | 0 | 11111 | 1000011 | 10010101 | 101010 | 11000 |
Color Harmonies of #23553B
Complementary color
Monochromatic Colors of #23553B
Black with #23553B
Text Example
Text Example
White with #23553B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23553B; }
p { color: rgb(35,85,59); }
H1.HeaderClassName
{
color: #23553B;
}
.AnyTagClassName
{
color: #23553B;
}
</style>
background-color css
<style>
a { background-color: #23553B; }
a { background-color: rgb(35,85,59); }
div.DivClassName
{
background-color: #23553B;
}
.BgClassName
{
background-color: #23553B;
}
</style>
border-color css
<style>
span { border-color: #23553B; }
span { border-color: rgb(35,85,59); }
td.TdClassName
{
border-color: #23553B;
}
.TagClassName
{
border-color: #23553B;
}
</style>