Shades of Green Vogue #13434F
Tints of Green Vogue #13434F
RGB
CMYK
RGB Variations
Color information
#13434F (or 0x13434F) is known color: Green Vogue. HEX triplet: 13, 43 and 4F. RGB value is (19,67,79). Sum of RGB (Red+Green+Blue) = 19+67+79=165 (21% of max value = 765). Red value is 19 (7.81% from 255 or 11.52% from 165); Green value is 67 (26.56% from 255 or 40.61% from 165); Blue value is 79 (31.25% from 255 or 47.88% from 165); Max value from RGB is 79 - color contains mainly: blue. Hex color #13434F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #13434F is #ECBCB0. Grayscale: #353535. Windows color (decimal): -15514801 or 5194515. OLE color: 5194515.
HSL color Cylindrical-coordinate representation of color #13434F: hue angle of 192º degrees, saturation: 0.61, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #13434F is Cyan = 0.76, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 19 | 67 | 79 | - |
| CMYK | 0.76 | 0.15 | 0 | 0.69 |
| HSL | 192º | 0.61% | 0.19% | - |
| HSV(B) | 192º | 0.76% | 0.31% | - |
| XYZ | 3.69 | 4.72 | 8.11 | - |
| YUV | 54.02 | 142.1 | 103.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 67 | 79 | 0.76 | 0.15 | 0 | 0.69 | 192 | 0.61 | 0.19 |
| Hex | 13 | 43 | 4F | 4C | F | 0 | 45 | C0 | 3D | 13 |
| Octal | 23 | 103 | 117 | 114 | 17 | 0 | 105 | 300 | 75 | 23 |
| Binary | 10011 | 1000011 | 1001111 | 1001100 | 1111 | 0 | 1000101 | 11000000 | 111101 | 10011 |
Color Harmonies of #13434F
Complementary color
Monochromatic Colors of #13434F
Black with #13434F
Text Example
Text Example
White with #13434F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13434F; }
p { color: rgb(19,67,79); }
H1.HeaderClassName
{
color: #13434F;
}
.AnyTagClassName
{
color: #13434F;
}
</style>
background-color css
<style>
a { background-color: #13434F; }
a { background-color: rgb(19,67,79); }
div.DivClassName
{
background-color: #13434F;
}
.BgClassName
{
background-color: #13434F;
}
</style>
border-color css
<style>
span { border-color: #13434F; }
span { border-color: rgb(19,67,79); }
td.TdClassName
{
border-color: #13434F;
}
.TagClassName
{
border-color: #13434F;
}
</style>