#19404B

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

Shades of Green Vogue #19404B

Tints of Green Vogue #19404B

Color information

#19404B (or 0x19404B) is unknown color: approx Green Vogue. HEX triplet: 19, 40 and 4B. RGB value is (25,64,75). Sum of RGB (Red+Green+Blue) = 25+64+75=164 (21% of max value = 765). Red value is 25 (10.16% from 255 or 15.24% from 164); Green value is 64 (25.39% from 255 or 39.02% from 164); Blue value is 75 (29.69% from 255 or 45.73% from 164); Max value from RGB is 75 - color contains mainly: blue. Hex color #19404B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #19404B is #E6BFB4. Grayscale: #353535. Windows color (decimal): -15122357 or 4931609. OLE color: 4931609.

HSL color Cylindrical-coordinate representation of color #19404B: hue angle of 193.2º degrees, saturation: 0.5, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #19404B is Cyan = 0.67, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB256475-
CMYK0.670.1500.71
HSL193.2º50%19.61%-
HSV(B)193.2º66.67%29.41%-
XYZ3.54.387.32-
YUV53.59140.08107.61-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 15.24%
GREEN value IS 64 (25.39% from 255) = 39.02%
BLUE value IS 75 (29.69% from 255) = 45.73%
R=15.24%
G=39.02%
B=45.73%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal2564750.670.1500.71193.25019.61
Hex19404B43F047c13214
Octal311001131031701073016224
Binary110011000000100101110000111111010001111100000111001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19404B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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