Shades of Kaitoke Green #25533D
Tints of Kaitoke Green #25533D
RGB
CMYK
RGB Variations
Color information
#25533D (or 0x25533D) is known color: Kaitoke Green. HEX triplet: 25, 53 and 3D. RGB value is (37,83,61). Sum of RGB (Red+Green+Blue) = 37+83+61=181 (23% of max value = 765). Red value is 37 (14.84% from 255 or 20.44% from 181); Green value is 83 (32.81% from 255 or 45.86% from 181); Blue value is 61 (24.22% from 255 or 33.70% from 181); Max value from RGB is 83 - color contains mainly: green. Hex color #25533D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #25533D is #DAACC2. Grayscale: #424242. Windows color (decimal): -14331075 or 4018981. OLE color: 4018981.
HSL color Cylindrical-coordinate representation of color #25533D: hue angle of 151.3º degrees, saturation: 0.38, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #25533D is Cyan = 0.55, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 37 | 83 | 61 | - |
| CMYK | 0.55 | 0 | 0.27 | 0.67 |
| HSL | 151.3º | 0.38% | 0.24% | - |
| HSV(B) | 151.3º | 0.55% | 0.33% | - |
| XYZ | 4.7 | 6.92 | 5.5 | - |
| YUV | 66.74 | 124.76 | 106.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 83 | 61 | 0.55 | 0 | 0.27 | 0.67 | 151.3 | 0.38 | 0.24 |
| Hex | 25 | 53 | 3D | 37 | 0 | 1B | 43 | 97 | 26 | 18 |
| Octal | 45 | 123 | 75 | 67 | 0 | 33 | 103 | 227 | 46 | 30 |
| Binary | 100101 | 1010011 | 111101 | 110111 | 0 | 11011 | 1000011 | 10010111 | 100110 | 11000 |
Color Harmonies of #25533D
Complementary color
Monochromatic Colors of #25533D
Black with #25533D
Text Example
Text Example
White with #25533D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25533D; }
p { color: rgb(37,83,61); }
H1.HeaderClassName
{
color: #25533D;
}
.AnyTagClassName
{
color: #25533D;
}
</style>
background-color css
<style>
a { background-color: #25533D; }
a { background-color: rgb(37,83,61); }
div.DivClassName
{
background-color: #25533D;
}
.BgClassName
{
background-color: #25533D;
}
</style>
border-color css
<style>
span { border-color: #25533D; }
span { border-color: rgb(37,83,61); }
td.TdClassName
{
border-color: #25533D;
}
.TagClassName
{
border-color: #25533D;
}
</style>