Shades of Green Vogue #1C414C
Tints of Green Vogue #1C414C
RGB
CMYK
RGB Variations
Color information
#1C414C (or 0x1C414C) is known color: Green Vogue. HEX triplet: 1C, 41 and 4C. RGB value is (28,65,76). Sum of RGB (Red+Green+Blue) = 28+65+76=169 (22% of max value = 765). Red value is 28 (11.33% from 255 or 16.57% from 169); Green value is 65 (25.78% from 255 or 38.46% from 169); Blue value is 76 (30.08% from 255 or 44.97% from 169); Max value from RGB is 76 - color contains mainly: blue. Hex color #1C414C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1C414C is #E3BEB3. Grayscale: #373737. Windows color (decimal): -14925492 or 4997404. OLE color: 4997404.
HSL color Cylindrical-coordinate representation of color #1C414C: hue angle of 193.75º degrees, saturation: 0.46, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #1C414C is Cyan = 0.63, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 28 | 65 | 76 | - |
| CMYK | 0.63 | 0.14 | 0 | 0.70 |
| HSL | 193.75º | 0.46% | 0.2% | - |
| HSV(B) | 193.75º | 0.63% | 0.3% | - |
| XYZ | 3.67 | 4.55 | 7.52 | - |
| YUV | 55.19 | 139.74 | 108.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 65 | 76 | 0.63 | 0.14 | 0 | 0.70 | 193.75 | 0.46 | 0.2 |
| Hex | 1C | 41 | 4C | 3F | E | 0 | 46 | C2 | 2E | 14 |
| Octal | 34 | 101 | 114 | 77 | 16 | 0 | 106 | 302 | 56 | 24 |
| Binary | 11100 | 1000001 | 1001100 | 111111 | 1110 | 0 | 1000110 | 11000010 | 101110 | 10100 |
Color Harmonies of #1C414C
Complementary color
Monochromatic Colors of #1C414C
Black with #1C414C
Text Example
Text Example
White with #1C414C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C414C; }
p { color: rgb(28,65,76); }
H1.HeaderClassName
{
color: #1C414C;
}
.AnyTagClassName
{
color: #1C414C;
}
</style>
background-color css
<style>
a { background-color: #1C414C; }
a { background-color: rgb(28,65,76); }
div.DivClassName
{
background-color: #1C414C;
}
.BgClassName
{
background-color: #1C414C;
}
</style>
border-color css
<style>
span { border-color: #1C414C; }
span { border-color: rgb(28,65,76); }
td.TdClassName
{
border-color: #1C414C;
}
.TagClassName
{
border-color: #1C414C;
}
</style>