#193E49

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

Shades of Green Vogue #193E49

Tints of Green Vogue #193E49

Color information

#193E49 (or 0x193E49) is unknown color: approx Green Vogue. HEX triplet: 19, 3E and 49. RGB value is (25,62,73). Sum of RGB (Red+Green+Blue) = 25+62+73=160 (21% of max value = 765). Red value is 25 (10.16% from 255 or 15.62% from 160); Green value is 62 (24.61% from 255 or 38.75% from 160); Blue value is 73 (28.91% from 255 or 45.62% from 160); Max value from RGB is 73 - color contains mainly: blue. Hex color #193E49 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #193E49 is #E6C1B6. Grayscale: #343434. Windows color (decimal): -15122871 or 4800025. OLE color: 4800025.

HSL color Cylindrical-coordinate representation of color #193E49: hue angle of 193.75º degrees, saturation: 0.49, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #193E49 is Cyan = 0.66, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB256273-
CMYK0.660.1500.71
HSL193.75º48.98%19.22%-
HSV(B)193.75º65.75%28.63%-
XYZ3.334.136.93-
YUV52.19139.74108.61-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 15.62%
GREEN value IS 62 (24.61% from 255) = 38.75%
BLUE value IS 73 (28.91% from 255) = 45.62%
R=15.62%
G=38.75%
B=45.62%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal2562730.660.1500.71193.7548.9819.22
Hex193E4942F047c23113
Octal31761111021701073026123
Binary11001111110100100110000101111010001111100001011000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #193E49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #193E49; }

 p { color: rgb(25,62,73); }

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

<style>
 a { background-color: #193E49; }

 a { background-color: rgb(25,62,73); }

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

<style>
 span { border-color: #193E49; }

 span { border-color: rgb(25,62,73); }

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