Shades of Kaitoke Green #23583C
Tints of Kaitoke Green #23583C
RGB
CMYK
RGB Variations
Color information
#23583C (or 0x23583C) is known color: Kaitoke Green. HEX triplet: 23, 58 and 3C. RGB value is (35,88,60). Sum of RGB (Red+Green+Blue) = 35+88+60=183 (24% of max value = 765). Red value is 35 (14.06% from 255 or 19.13% from 183); Green value is 88 (34.77% from 255 or 48.09% from 183); Blue value is 60 (23.83% from 255 or 32.79% from 183); Max value from RGB is 88 - color contains mainly: green. Hex color #23583C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #23583C is #DCA7C3. Grayscale: #454545. Windows color (decimal): -14460868 or 3954723. OLE color: 3954723.
HSL color Cylindrical-coordinate representation of color #23583C: hue angle of 148.3º degrees, saturation: 0.43, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #23583C is Cyan = 0.60, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 35 | 88 | 60 | - |
| CMYK | 0.60 | 0 | 0.32 | 0.65 |
| HSL | 148.3º | 0.43% | 0.24% | - |
| HSV(B) | 148.3º | 0.6% | 0.35% | - |
| XYZ | 5 | 7.66 | 5.49 | - |
| YUV | 68.96 | 122.94 | 103.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 88 | 60 | 0.60 | 0 | 0.32 | 0.65 | 148.3 | 0.43 | 0.24 |
| Hex | 23 | 58 | 3C | 3C | 0 | 20 | 41 | 94 | 2B | 18 |
| Octal | 43 | 130 | 74 | 74 | 0 | 40 | 101 | 224 | 53 | 30 |
| Binary | 100011 | 1011000 | 111100 | 111100 | 0 | 100000 | 1000001 | 10010100 | 101011 | 11000 |
Color Harmonies of #23583C
Complementary color
Monochromatic Colors of #23583C
Black with #23583C
Text Example
Text Example
White with #23583C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23583C; }
p { color: rgb(35,88,60); }
H1.HeaderClassName
{
color: #23583C;
}
.AnyTagClassName
{
color: #23583C;
}
</style>
background-color css
<style>
a { background-color: #23583C; }
a { background-color: rgb(35,88,60); }
div.DivClassName
{
background-color: #23583C;
}
.BgClassName
{
background-color: #23583C;
}
</style>
border-color css
<style>
span { border-color: #23583C; }
span { border-color: rgb(35,88,60); }
td.TdClassName
{
border-color: #23583C;
}
.TagClassName
{
border-color: #23583C;
}
</style>