Shades of Green Vogue #1A3D50
Tints of Green Vogue #1A3D50
RGB
CMYK
RGB Variations
Color information
#1A3D50 (or 0x1A3D50) is known color: Green Vogue. HEX triplet: 1A, 3D and 50. RGB value is (26,61,80). Sum of RGB (Red+Green+Blue) = 26+61+80=167 (22% of max value = 765). Red value is 26 (10.55% from 255 or 15.57% from 167); Green value is 61 (24.22% from 255 or 36.53% from 167); Blue value is 80 (31.64% from 255 or 47.90% from 167); Max value from RGB is 80 - color contains mainly: blue. Hex color #1A3D50 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1A3D50 is #E5C2AF. Grayscale: #343434. Windows color (decimal): -15057584 or 5258522. OLE color: 5258522.
HSL color Cylindrical-coordinate representation of color #1A3D50: hue angle of 201.11º degrees, saturation: 0.51, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #1A3D50 is Cyan = 0.67, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 26 | 61 | 80 | - |
| CMYK | 0.67 | 0.24 | 0 | 0.69 |
| HSL | 201.11º | 0.51% | 0.21% | - |
| HSV(B) | 201.11º | 0.68% | 0.31% | - |
| XYZ | 3.54 | 4.14 | 8.2 | - |
| YUV | 52.7 | 143.4 | 108.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 61 | 80 | 0.67 | 0.24 | 0 | 0.69 | 201.11 | 0.51 | 0.21 |
| Hex | 1A | 3D | 50 | 43 | 18 | 0 | 45 | C9 | 33 | 15 |
| Octal | 32 | 75 | 120 | 103 | 30 | 0 | 105 | 311 | 63 | 25 |
| Binary | 11010 | 111101 | 1010000 | 1000011 | 11000 | 0 | 1000101 | 11001001 | 110011 | 10101 |
Color Harmonies of #1A3D50
Complementary color
Monochromatic Colors of #1A3D50
Black with #1A3D50
Text Example
Text Example
White with #1A3D50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A3D50; }
p { color: rgb(26,61,80); }
H1.HeaderClassName
{
color: #1A3D50;
}
.AnyTagClassName
{
color: #1A3D50;
}
</style>
background-color css
<style>
a { background-color: #1A3D50; }
a { background-color: rgb(26,61,80); }
div.DivClassName
{
background-color: #1A3D50;
}
.BgClassName
{
background-color: #1A3D50;
}
</style>
border-color css
<style>
span { border-color: #1A3D50; }
span { border-color: rgb(26,61,80); }
td.TdClassName
{
border-color: #1A3D50;
}
.TagClassName
{
border-color: #1A3D50;
}
</style>