#193C4A

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

Shades of Green Vogue #193C4A

Tints of Green Vogue #193C4A

Color information

#193C4A (or 0x193C4A) is unknown color: approx Green Vogue. HEX triplet: 19, 3C and 4A. RGB value is (25,60,74). Sum of RGB (Red+Green+Blue) = 25+60+74=159 (21% of max value = 765). Red value is 25 (10.16% from 255 or 15.72% from 159); Green value is 60 (23.83% from 255 or 37.74% from 159); Blue value is 74 (29.30% from 255 or 46.54% from 159); Max value from RGB is 74 - color contains mainly: blue. Hex color #193C4A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #193C4A is #E6C3B5. Grayscale: #333333. Windows color (decimal): -15123382 or 4865049. OLE color: 4865049.

HSL color Cylindrical-coordinate representation of color #193C4A: hue angle of 197.14º 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 #193C4A is Cyan = 0.66, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB256074-
CMYK0.660.1900.71
HSL197.14º49.49%19.41%-
HSV(B)197.14º66.22%29.02%-
XYZ3.253.937.07-
YUV51.13140.9109.36-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 15.72%
GREEN value IS 60 (23.83% from 255) = 37.74%
BLUE value IS 74 (29.30% from 255) = 46.54%
R=15.72%
G=37.74%
B=46.54%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal2560740.660.1900.71197.1449.4919.41
Hex193C4A4213047c53113
Octal31741121022301073056123
Binary110011111001001010100001010011010001111100010111000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #193C4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(25,60,74); }

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

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

 a { background-color: rgb(25,60,74); }

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

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

 span { border-color: rgb(25,60,74); }

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