Shades of Green Vogue #134152
Tints of Green Vogue #134152
RGB
CMYK
RGB Variations
Color information
#134152 (or 0x134152) is known color: Green Vogue. HEX triplet: 13, 41 and 52. RGB value is (19,65,82). Sum of RGB (Red+Green+Blue) = 19+65+82=166 (21% of max value = 765). Red value is 19 (7.81% from 255 or 11.45% from 166); Green value is 65 (25.78% from 255 or 39.16% from 166); Blue value is 82 (32.42% from 255 or 49.40% from 166); Max value from RGB is 82 - color contains mainly: blue. Hex color #134152 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #134152 is #ECBEAD. Grayscale: #353535. Windows color (decimal): -15515310 or 5390611. OLE color: 5390611.
HSL color Cylindrical-coordinate representation of color #134152: hue angle of 196.19º degrees, saturation: 0.62, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #134152 is Cyan = 0.77, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 19 | 65 | 82 | - |
| CMYK | 0.77 | 0.21 | 0 | 0.68 |
| HSL | 196.19º | 0.62% | 0.2% | - |
| HSV(B) | 196.19º | 0.77% | 0.32% | - |
| XYZ | 3.68 | 4.53 | 8.66 | - |
| YUV | 53.18 | 144.26 | 103.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 65 | 82 | 0.77 | 0.21 | 0 | 0.68 | 196.19 | 0.62 | 0.2 |
| Hex | 13 | 41 | 52 | 4D | 15 | 0 | 44 | C4 | 3E | 14 |
| Octal | 23 | 101 | 122 | 115 | 25 | 0 | 104 | 304 | 76 | 24 |
| Binary | 10011 | 1000001 | 1010010 | 1001101 | 10101 | 0 | 1000100 | 11000100 | 111110 | 10100 |
Color Harmonies of #134152
Complementary color
Monochromatic Colors of #134152
Black with #134152
Text Example
Text Example
White with #134152
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #134152; }
p { color: rgb(19,65,82); }
H1.HeaderClassName
{
color: #134152;
}
.AnyTagClassName
{
color: #134152;
}
</style>
background-color css
<style>
a { background-color: #134152; }
a { background-color: rgb(19,65,82); }
div.DivClassName
{
background-color: #134152;
}
.BgClassName
{
background-color: #134152;
}
</style>
border-color css
<style>
span { border-color: #134152; }
span { border-color: rgb(19,65,82); }
td.TdClassName
{
border-color: #134152;
}
.TagClassName
{
border-color: #134152;
}
</style>