#19404D

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

Shades of Green Vogue #19404D

Tints of Green Vogue #19404D

Color information

#19404D (or 0x19404D) is unknown color: approx Green Vogue. HEX triplet: 19, 40 and 4D. RGB value is (25,64,77). Sum of RGB (Red+Green+Blue) = 25+64+77=166 (21% of max value = 765). Red value is 25 (10.16% from 255 or 15.06% from 166); Green value is 64 (25.39% from 255 or 38.55% from 166); Blue value is 77 (30.47% from 255 or 46.39% from 166); Max value from RGB is 77 - color contains mainly: blue. Hex color #19404D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #19404D is #E6BFB2. Grayscale: #353535. Windows color (decimal): -15122355 or 5062681. OLE color: 5062681.

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

Color convert

RGB256477-
CMYK0.680.1700.70
HSL195º50.98%20%-
HSV(B)195º67.53%30.2%-
XYZ3.574.417.68-
YUV53.82141.08107.44-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 15.06%
GREEN value IS 64 (25.39% from 255) = 38.55%
BLUE value IS 77 (30.47% from 255) = 46.39%
R=15.06%
G=38.55%
B=46.39%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal2564770.680.1700.7019550.9820
Hex19404D4411046c33314
Octal311001151042101063036324
Binary1100110000001001101100010010001010001101100001111001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19404D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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