#19424E

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

Shades of Green Vogue #19424E

Tints of Green Vogue #19424E

Color information

#19424E (or 0x19424E) is unknown color: approx Green Vogue. HEX triplet: 19, 42 and 4E. RGB value is (25,66,78). Sum of RGB (Red+Green+Blue) = 25+66+78=169 (22% of max value = 765). Red value is 25 (10.16% from 255 or 14.79% from 169); Green value is 66 (26.17% from 255 or 39.05% from 169); Blue value is 78 (30.86% from 255 or 46.15% from 169); Max value from RGB is 78 - color contains mainly: blue. Hex color #19424E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #19424E is #E6BDB1. Grayscale: #373737. Windows color (decimal): -15121842 or 5128729. OLE color: 5128729.

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

Color convert

RGB256678-
CMYK0.680.1500.69
HSL193.58º51.46%20.2%-
HSV(B)193.58º67.95%30.59%-
XYZ3.724.657.91-
YUV55.11140.92106.52-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 14.79%
GREEN value IS 66 (26.17% from 255) = 39.05%
BLUE value IS 78 (30.86% from 255) = 46.15%
R=14.79%
G=39.05%
B=46.15%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal2566780.680.1500.69193.5851.4620.2
Hex19424E44F045c23314
Octal311021161041701053026324
Binary110011000010100111010001001111010001011100001011001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19424E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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