Shades of Kaitoke Green #23553C
Tints of Kaitoke Green #23553C
RGB
CMYK
RGB Variations
Color information
#23553C (or 0x23553C) is known color: Kaitoke Green. HEX triplet: 23, 55 and 3C. RGB value is (35,85,60). Sum of RGB (Red+Green+Blue) = 35+85+60=180 (23% of max value = 765). Red value is 35 (14.06% from 255 or 19.44% from 180); Green value is 85 (33.59% from 255 or 47.22% from 180); Blue value is 60 (23.83% from 255 or 33.33% from 180); Max value from RGB is 85 - color contains mainly: green. Hex color #23553C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #23553C is #DCAAC3. Grayscale: #434343. Windows color (decimal): -14461636 or 3953955. OLE color: 3953955.
HSL color Cylindrical-coordinate representation of color #23553C: hue angle of 150º 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 #23553C is Cyan = 0.59, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 35 | 85 | 60 | - |
| CMYK | 0.59 | 0 | 0.29 | 0.67 |
| HSL | 150º | 0.42% | 0.24% | - |
| HSV(B) | 150º | 0.59% | 0.33% | - |
| XYZ | 4.76 | 7.18 | 5.41 | - |
| YUV | 67.2 | 123.94 | 105.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 85 | 60 | 0.59 | 0 | 0.29 | 0.67 | 150 | 0.42 | 0.24 |
| Hex | 23 | 55 | 3C | 3B | 0 | 1D | 43 | 96 | 2A | 18 |
| Octal | 43 | 125 | 74 | 73 | 0 | 35 | 103 | 226 | 52 | 30 |
| Binary | 100011 | 1010101 | 111100 | 111011 | 0 | 11101 | 1000011 | 10010110 | 101010 | 11000 |
Color Harmonies of #23553C
Complementary color
Monochromatic Colors of #23553C
Black with #23553C
Text Example
Text Example
White with #23553C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23553C; }
p { color: rgb(35,85,60); }
H1.HeaderClassName
{
color: #23553C;
}
.AnyTagClassName
{
color: #23553C;
}
</style>
background-color css
<style>
a { background-color: #23553C; }
a { background-color: rgb(35,85,60); }
div.DivClassName
{
background-color: #23553C;
}
.BgClassName
{
background-color: #23553C;
}
</style>
border-color css
<style>
span { border-color: #23553C; }
span { border-color: rgb(35,85,60); }
td.TdClassName
{
border-color: #23553C;
}
.TagClassName
{
border-color: #23553C;
}
</style>