Shades of San Felix #20652A
Tints of San Felix #20652A
RGB
CMYK
RGB Variations
Color information
#20652A (or 0x20652A) is known color: San Felix. HEX triplet: 20, 65 and 2A. RGB value is (32,101,42). Sum of RGB (Red+Green+Blue) = 32+101+42=175 (23% of max value = 765). Red value is 32 (12.89% from 255 or 18.29% from 175); Green value is 101 (39.84% from 255 or 57.71% from 175); Blue value is 42 (16.80% from 255 or 24% from 175); Max value from RGB is 101 - color contains mainly: green. Hex color #20652A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #20652A is #DF9AD5. Grayscale: #494949. Windows color (decimal): -14654166 or 2778400. OLE color: 2778400.
HSL color Cylindrical-coordinate representation of color #20652A: hue angle of 128.7º degrees, saturation: 0.52, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #20652A is Cyan = 0.68, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 32 | 101 | 42 | - |
| CMYK | 0.68 | 0 | 0.58 | 0.60 |
| HSL | 128.7º | 0.52% | 0.26% | - |
| HSV(B) | 128.7º | 0.68% | 0.4% | - |
| XYZ | 5.67 | 9.78 | 3.78 | - |
| YUV | 73.64 | 110.14 | 98.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 101 | 42 | 0.68 | 0 | 0.58 | 0.60 | 128.7 | 0.52 | 0.26 |
| Hex | 20 | 65 | 2A | 44 | 0 | 3A | 3C | 81 | 34 | 1A |
| Octal | 40 | 145 | 52 | 104 | 0 | 72 | 74 | 201 | 64 | 32 |
| Binary | 100000 | 1100101 | 101010 | 1000100 | 0 | 111010 | 111100 | 10000001 | 110100 | 11010 |
Color Harmonies of #20652A
Complementary color
Monochromatic Colors of #20652A
Black with #20652A
Text Example
Text Example
White with #20652A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20652A; }
p { color: rgb(32,101,42); }
H1.HeaderClassName
{
color: #20652A;
}
.AnyTagClassName
{
color: #20652A;
}
</style>
background-color css
<style>
a { background-color: #20652A; }
a { background-color: rgb(32,101,42); }
div.DivClassName
{
background-color: #20652A;
}
.BgClassName
{
background-color: #20652A;
}
</style>
border-color css
<style>
span { border-color: #20652A; }
span { border-color: rgb(32,101,42); }
td.TdClassName
{
border-color: #20652A;
}
.TagClassName
{
border-color: #20652A;
}
</style>