Shades of San Felix #256D33
Tints of San Felix #256D33
RGB
CMYK
RGB Variations
Color information
#256D33 (or 0x256D33) is known color: San Felix. HEX triplet: 25, 6D and 33. RGB value is (37,109,51). Sum of RGB (Red+Green+Blue) = 37+109+51=197 (26% of max value = 765). Red value is 37 (14.84% from 255 or 18.78% from 197); Green value is 109 (42.97% from 255 or 55.33% from 197); Blue value is 51 (20.31% from 255 or 25.89% from 197); Max value from RGB is 109 - color contains mainly: green. Hex color #256D33 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #256D33 is #DA92CC. Grayscale: #515151. Windows color (decimal): -14324429 or 3370277. OLE color: 3370277.
HSL color Cylindrical-coordinate representation of color #256D33: hue angle of 131.67º degrees, saturation: 0.49, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #256D33 is Cyan = 0.66, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 37 | 109 | 51 | - |
| CMYK | 0.66 | 0 | 0.53 | 0.57 |
| HSL | 131.67º | 0.49% | 0.29% | - |
| HSV(B) | 131.67º | 0.66% | 0.43% | - |
| XYZ | 6.83 | 11.57 | 5.01 | - |
| YUV | 80.86 | 111.15 | 96.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 109 | 51 | 0.66 | 0 | 0.53 | 0.57 | 131.67 | 0.49 | 0.29 |
| Hex | 25 | 6D | 33 | 42 | 0 | 35 | 39 | 84 | 31 | 1D |
| Octal | 45 | 155 | 63 | 102 | 0 | 65 | 71 | 204 | 61 | 35 |
| Binary | 100101 | 1101101 | 110011 | 1000010 | 0 | 110101 | 111001 | 10000100 | 110001 | 11101 |
Color Harmonies of #256D33
Complementary color
Monochromatic Colors of #256D33
Black with #256D33
Text Example
Text Example
White with #256D33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #256D33; }
p { color: rgb(37,109,51); }
H1.HeaderClassName
{
color: #256D33;
}
.AnyTagClassName
{
color: #256D33;
}
</style>
background-color css
<style>
a { background-color: #256D33; }
a { background-color: rgb(37,109,51); }
div.DivClassName
{
background-color: #256D33;
}
.BgClassName
{
background-color: #256D33;
}
</style>
border-color css
<style>
span { border-color: #256D33; }
span { border-color: rgb(37,109,51); }
td.TdClassName
{
border-color: #256D33;
}
.TagClassName
{
border-color: #256D33;
}
</style>