Shades of Green Vogue #1A4452
Tints of Green Vogue #1A4452
RGB
CMYK
RGB Variations
Color information
#1A4452 (or 0x1A4452) is known color: Green Vogue. HEX triplet: 1A, 44 and 52. RGB value is (26,68,82). Sum of RGB (Red+Green+Blue) = 26+68+82=176 (23% of max value = 765). Red value is 26 (10.55% from 255 or 14.77% from 176); Green value is 68 (26.95% from 255 or 38.64% from 176); Blue value is 82 (32.42% from 255 or 46.59% from 176); Max value from RGB is 82 - color contains mainly: blue. Hex color #1A4452 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1A4452 is #E5BBAD. Grayscale: #383838. Windows color (decimal): -15055790 or 5391386. OLE color: 5391386.
HSL color Cylindrical-coordinate representation of color #1A4452: hue angle of 195º degrees, saturation: 0.52, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #1A4452 is Cyan = 0.68, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 26 | 68 | 82 | - |
| CMYK | 0.68 | 0.17 | 0 | 0.68 |
| HSL | 195º | 0.52% | 0.21% | - |
| HSV(B) | 195º | 0.68% | 0.32% | - |
| XYZ | 4.02 | 4.96 | 8.73 | - |
| YUV | 57.04 | 142.09 | 105.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 68 | 82 | 0.68 | 0.17 | 0 | 0.68 | 195 | 0.52 | 0.21 |
| Hex | 1A | 44 | 52 | 44 | 11 | 0 | 44 | C3 | 34 | 15 |
| Octal | 32 | 104 | 122 | 104 | 21 | 0 | 104 | 303 | 64 | 25 |
| Binary | 11010 | 1000100 | 1010010 | 1000100 | 10001 | 0 | 1000100 | 11000011 | 110100 | 10101 |
Color Harmonies of #1A4452
Complementary color
Monochromatic Colors of #1A4452
Black with #1A4452
Text Example
Text Example
White with #1A4452
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A4452; }
p { color: rgb(26,68,82); }
H1.HeaderClassName
{
color: #1A4452;
}
.AnyTagClassName
{
color: #1A4452;
}
</style>
background-color css
<style>
a { background-color: #1A4452; }
a { background-color: rgb(26,68,82); }
div.DivClassName
{
background-color: #1A4452;
}
.BgClassName
{
background-color: #1A4452;
}
</style>
border-color css
<style>
span { border-color: #1A4452; }
span { border-color: rgb(26,68,82); }
td.TdClassName
{
border-color: #1A4452;
}
.TagClassName
{
border-color: #1A4452;
}
</style>