#193C47

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

Shades of Green Vogue #193C47

Tints of Green Vogue #193C47

Color information

#193C47 (or 0x193C47) is unknown color: approx Green Vogue. HEX triplet: 19, 3C and 47. RGB value is (25,60,71). Sum of RGB (Red+Green+Blue) = 25+60+71=156 (20% of max value = 765). Red value is 25 (10.16% from 255 or 16.03% from 156); Green value is 60 (23.83% from 255 or 38.46% from 156); Blue value is 71 (28.12% from 255 or 45.51% from 156); Max value from RGB is 71 - color contains mainly: blue. Hex color #193C47 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #193C47 is #E6C3B8. Grayscale: #323232. Windows color (decimal): -15123385 or 4668441. OLE color: 4668441.

HSL color Cylindrical-coordinate representation of color #193C47: hue angle of 194.35º degrees, saturation: 0.48, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #193C47 is Cyan = 0.65, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB256071-
CMYK0.650.1500.72
HSL194.35º47.92%18.82%-
HSV(B)194.35º64.79%27.84%-
XYZ3.153.896.55-
YUV50.79139.4109.61-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 16.03%
GREEN value IS 60 (23.83% from 255) = 38.46%
BLUE value IS 71 (28.12% from 255) = 45.51%
R=16.03%
G=38.46%
B=45.51%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal2560710.650.1500.72194.3547.9218.82
Hex193C4741F048c23013
Octal31741071011701103026023
Binary11001111100100011110000011111010010001100001011000010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #193C47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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