#1C4050

Color #1C4050 Green Vogue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Green Vogue #1C4050

Tints of Green Vogue #1C4050

Color information

#1C4050 (or 0x1C4050) is unknown color: approx Green Vogue. HEX triplet: 1C, 40 and 50. RGB value is (28,64,80). Sum of RGB (Red+Green+Blue) = 28+64+80=172 (22% of max value = 765). Red value is 28 (11.33% from 255 or 16.28% from 172); Green value is 64 (25.39% from 255 or 37.21% from 172); Blue value is 80 (31.64% from 255 or 46.51% from 172); Max value from RGB is 80 - color contains mainly: blue. Hex color #1C4050 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1C4050 is #E3BFAF. Grayscale: #363636. Windows color (decimal): -14925744 or 5259292. OLE color: 5259292.

HSL color Cylindrical-coordinate representation of color #1C4050: hue angle of 198.46º degrees, saturation: 0.48, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #1C4050 is Cyan = 0.65, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB286480-
CMYK0.650.2000.69
HSL198.46º48.15%21.18%-
HSV(B)198.46º65%31.37%-
XYZ3.764.498.26-
YUV55.06142.07108.7-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 28 (11.33% from 255) = 16.28%
GREEN value IS 64 (25.39% from 255) = 37.21%
BLUE value IS 80 (31.64% from 255) = 46.51%
R=16.28%
G=37.21%
B=46.51%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal2864800.650.2000.69198.4648.1521.18
Hex1C40504114045c63015
Octal341001201012401053066025
Binary1110010000001010000100000110100010001011100011011000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C4050

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1C4050; }

 p { color: rgb(28,64,80); }

 H1.HeaderClassName
 {
   color: #1C4050;
 }
 .AnyTagClassName
 {
   color: #1C4050;
 }
</style>
background-color css

<style>
 a { background-color: #1C4050; }

 a { background-color: rgb(28,64,80); }

 div.DivClassName
 {
   background-color: #1C4050;
 }
 .BgClassName
 {
   background-color: #1C4050;
 }
</style>
border-color css

<style>
 span { border-color: #1C4050; }

 span { border-color: rgb(28,64,80); }

 td.TdClassName
 {
   border-color: #1C4050;
 }
 .TagClassName
 {
   border-color: #1C4050;
 }
</style>