Shades of Green Vogue #1C404B
Tints of Green Vogue #1C404B
RGB
CMYK
RGB Variations
Color information
#1C404B (or 0x1C404B) is known color: Green Vogue. HEX triplet: 1C, 40 and 4B. RGB value is (28,64,75). Sum of RGB (Red+Green+Blue) = 28+64+75=167 (22% of max value = 765). Red value is 28 (11.33% from 255 or 16.77% from 167); Green value is 64 (25.39% from 255 or 38.32% from 167); Blue value is 75 (29.69% from 255 or 44.91% from 167); Max value from RGB is 75 - color contains mainly: blue. Hex color #1C404B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1C404B is #E3BFB4. Grayscale: #363636. Windows color (decimal): -14925749 or 4931612. OLE color: 4931612.
HSL color Cylindrical-coordinate representation of color #1C404B: hue angle of 194.04º degrees, saturation: 0.46, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #1C404B is Cyan = 0.63, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 28 | 64 | 75 | - |
| CMYK | 0.63 | 0.15 | 0 | 0.71 |
| HSL | 194.04º | 0.46% | 0.2% | - |
| HSV(B) | 194.04º | 0.63% | 0.29% | - |
| XYZ | 3.58 | 4.42 | 7.32 | - |
| YUV | 54.49 | 139.57 | 109.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 64 | 75 | 0.63 | 0.15 | 0 | 0.71 | 194.04 | 0.46 | 0.2 |
| Hex | 1C | 40 | 4B | 3F | F | 0 | 47 | C2 | 2E | 14 |
| Octal | 34 | 100 | 113 | 77 | 17 | 0 | 107 | 302 | 56 | 24 |
| Binary | 11100 | 1000000 | 1001011 | 111111 | 1111 | 0 | 1000111 | 11000010 | 101110 | 10100 |
Color Harmonies of #1C404B
Complementary color
Monochromatic Colors of #1C404B
Black with #1C404B
Text Example
Text Example
White with #1C404B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C404B; }
p { color: rgb(28,64,75); }
H1.HeaderClassName
{
color: #1C404B;
}
.AnyTagClassName
{
color: #1C404B;
}
</style>
background-color css
<style>
a { background-color: #1C404B; }
a { background-color: rgb(28,64,75); }
div.DivClassName
{
background-color: #1C404B;
}
.BgClassName
{
background-color: #1C404B;
}
</style>
border-color css
<style>
span { border-color: #1C404B; }
span { border-color: rgb(28,64,75); }
td.TdClassName
{
border-color: #1C404B;
}
.TagClassName
{
border-color: #1C404B;
}
</style>