#13404E

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

Shades of Green Vogue #13404E

Tints of Green Vogue #13404E

Color information

#13404E (or 0x13404E) is unknown color: approx Green Vogue. HEX triplet: 13, 40 and 4E. RGB value is (19,64,78). Sum of RGB (Red+Green+Blue) = 19+64+78=161 (21% of max value = 765). Red value is 19 (7.81% from 255 or 11.80% from 161); Green value is 64 (25.39% from 255 or 39.75% from 161); Blue value is 78 (30.86% from 255 or 48.45% from 161); Max value from RGB is 78 - color contains mainly: blue. Hex color #13404E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #13404E is #ECBFB1. Grayscale: #343434. Windows color (decimal): -15515570 or 5128211. OLE color: 5128211.

HSL color Cylindrical-coordinate representation of color #13404E: hue angle of 194.24º degrees, saturation: 0.61, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #13404E is Cyan = 0.76, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB196478-
CMYK0.760.1800.69
HSL194.24º60.82%19.02%-
HSV(B)194.24º75.64%30.59%-
XYZ3.484.367.87-
YUV52.14142.59104.36-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 11.80%
GREEN value IS 64 (25.39% from 255) = 39.75%
BLUE value IS 78 (30.86% from 255) = 48.45%
R=11.80%
G=39.75%
B=48.45%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal1964780.760.1800.69194.2460.8219.02
Hex13404E4C12045c23d13
Octal231001161142201053027523
Binary1001110000001001110100110010010010001011100001011110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13404E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #13404E; }

 p { color: rgb(19,64,78); }

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

<style>
 a { background-color: #13404E; }

 a { background-color: rgb(19,64,78); }

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

<style>
 span { border-color: #13404E; }

 span { border-color: rgb(19,64,78); }

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