#193E50

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

Shades of Green Vogue #193E50

Tints of Green Vogue #193E50

Color information

#193E50 (or 0x193E50) is unknown color: approx Green Vogue. HEX triplet: 19, 3E and 50. RGB value is (25,62,80). Sum of RGB (Red+Green+Blue) = 25+62+80=167 (22% of max value = 765). Red value is 25 (10.16% from 255 or 14.97% from 167); Green value is 62 (24.61% from 255 or 37.13% from 167); Blue value is 80 (31.64% from 255 or 47.90% from 167); Max value from RGB is 80 - color contains mainly: blue. Hex color #193E50 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #193E50 is #E6C1AF. Grayscale: #343434. Windows color (decimal): -15122864 or 5258777. OLE color: 5258777.

HSL color Cylindrical-coordinate representation of color #193E50: hue angle of 199.64º degrees, saturation: 0.52, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #193E50 is Cyan = 0.69, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB256280-
CMYK0.690.2200.69
HSL199.64º52.38%20.59%-
HSV(B)199.64º68.75%31.37%-
XYZ3.574.238.22-
YUV52.99143.24108.04-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 14.97%
GREEN value IS 62 (24.61% from 255) = 37.13%
BLUE value IS 80 (31.64% from 255) = 47.90%
R=14.97%
G=37.13%
B=47.90%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal2562800.690.2200.69199.6452.3820.59
Hex193E504516045c83415
Octal31761201052601053106425
Binary110011111101010000100010110110010001011100100011010010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #193E50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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