#19404E

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

Shades of Green Vogue #19404E

Tints of Green Vogue #19404E

Color information

#19404E (or 0x19404E) is unknown color: approx Green Vogue. HEX triplet: 19, 40 and 4E. RGB value is (25,64,78). Sum of RGB (Red+Green+Blue) = 25+64+78=167 (22% of max value = 765). Red value is 25 (10.16% from 255 or 14.97% from 167); Green value is 64 (25.39% from 255 or 38.32% from 167); Blue value is 78 (30.86% from 255 or 46.71% from 167); Max value from RGB is 78 - color contains mainly: blue. Hex color #19404E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #19404E is #E6BFB1. Grayscale: #353535. Windows color (decimal): -15122354 or 5128217. OLE color: 5128217.

HSL color Cylindrical-coordinate representation of color #19404E: hue angle of 195.85º degrees, saturation: 0.51, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #19404E is Cyan = 0.68, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB256478-
CMYK0.680.1800.69
HSL195.85º51.46%20.2%-
HSV(B)195.85º67.95%30.59%-
XYZ3.614.427.87-
YUV53.94141.58107.36-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 14.97%
GREEN value IS 64 (25.39% from 255) = 38.32%
BLUE value IS 78 (30.86% from 255) = 46.71%
R=14.97%
G=38.32%
B=46.71%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal2564780.680.1800.69195.8551.4620.2
Hex19404E4412045c43314
Octal311001161042201053046324
Binary1100110000001001110100010010010010001011100010011001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19404E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #19404E; }

 p { color: rgb(25,64,78); }

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

<style>
 a { background-color: #19404E; }

 a { background-color: rgb(25,64,78); }

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

<style>
 span { border-color: #19404E; }

 span { border-color: rgb(25,64,78); }

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