Shades of Green Vogue #134452
Tints of Green Vogue #134452
RGB
CMYK
RGB Variations
Color information
#134452 (or 0x134452) is known color: Green Vogue. HEX triplet: 13, 44 and 52. RGB value is (19,68,82). Sum of RGB (Red+Green+Blue) = 19+68+82=169 (22% of max value = 765). Red value is 19 (7.81% from 255 or 11.24% from 169); Green value is 68 (26.95% from 255 or 40.24% from 169); Blue value is 82 (32.42% from 255 or 48.52% from 169); Max value from RGB is 82 - color contains mainly: blue. Hex color #134452 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #134452 is #ECBBAD. Grayscale: #363636. Windows color (decimal): -15514542 or 5391379. OLE color: 5391379.
HSL color Cylindrical-coordinate representation of color #134452: hue angle of 193.33º 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 #134452 is Cyan = 0.77, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 19 | 68 | 82 | - |
| CMYK | 0.77 | 0.17 | 0 | 0.68 |
| HSL | 193.33º | 0.62% | 0.2% | - |
| HSV(B) | 193.33º | 0.77% | 0.32% | - |
| XYZ | 3.86 | 4.88 | 8.72 | - |
| YUV | 54.95 | 143.27 | 102.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 68 | 82 | 0.77 | 0.17 | 0 | 0.68 | 193.33 | 0.62 | 0.2 |
| Hex | 13 | 44 | 52 | 4D | 11 | 0 | 44 | C1 | 3E | 14 |
| Octal | 23 | 104 | 122 | 115 | 21 | 0 | 104 | 301 | 76 | 24 |
| Binary | 10011 | 1000100 | 1010010 | 1001101 | 10001 | 0 | 1000100 | 11000001 | 111110 | 10100 |
Color Harmonies of #134452
Complementary color
Monochromatic Colors of #134452
Black with #134452
Text Example
Text Example
White with #134452
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #134452; }
p { color: rgb(19,68,82); }
H1.HeaderClassName
{
color: #134452;
}
.AnyTagClassName
{
color: #134452;
}
</style>
background-color css
<style>
a { background-color: #134452; }
a { background-color: rgb(19,68,82); }
div.DivClassName
{
background-color: #134452;
}
.BgClassName
{
background-color: #134452;
}
</style>
border-color css
<style>
span { border-color: #134452; }
span { border-color: rgb(19,68,82); }
td.TdClassName
{
border-color: #134452;
}
.TagClassName
{
border-color: #134452;
}
</style>