#19414E

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

Shades of Green Vogue #19414E

Tints of Green Vogue #19414E

Color information

#19414E (or 0x19414E) is unknown color: approx Green Vogue. HEX triplet: 19, 41 and 4E. RGB value is (25,65,78). Sum of RGB (Red+Green+Blue) = 25+65+78=168 (22% of max value = 765). Red value is 25 (10.16% from 255 or 14.88% from 168); Green value is 65 (25.78% from 255 or 38.69% from 168); Blue value is 78 (30.86% from 255 or 46.43% from 168); Max value from RGB is 78 - color contains mainly: blue. Hex color #19414E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #19414E is #E6BEB1. Grayscale: #363636. Windows color (decimal): -15122098 or 5128473. OLE color: 5128473.

HSL color Cylindrical-coordinate representation of color #19414E: hue angle of 194.72º 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 #19414E is Cyan = 0.68, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB256578-
CMYK0.680.1700.69
HSL194.72º51.46%20.2%-
HSV(B)194.72º67.95%30.59%-
XYZ3.674.547.89-
YUV54.52141.25106.94-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 14.88%
GREEN value IS 65 (25.78% from 255) = 38.69%
BLUE value IS 78 (30.86% from 255) = 46.43%
R=14.88%
G=38.69%
B=46.43%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal2565780.680.1700.69194.7251.4620.2
Hex19414E4411045c33314
Octal311011161042101053036324
Binary1100110000011001110100010010001010001011100001111001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19414E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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