#13424E

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

Shades of Green Vogue #13424E

Tints of Green Vogue #13424E

Color information

#13424E (or 0x13424E) is unknown color: approx Green Vogue. HEX triplet: 13, 42 and 4E. RGB value is (19,66,78). Sum of RGB (Red+Green+Blue) = 19+66+78=163 (21% of max value = 765). Red value is 19 (7.81% from 255 or 11.66% from 163); Green value is 66 (26.17% from 255 or 40.49% from 163); Blue value is 78 (30.86% from 255 or 47.85% from 163); Max value from RGB is 78 - color contains mainly: blue. Hex color #13424E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #13424E is #ECBDB1. Grayscale: #353535. Windows color (decimal): -15515058 or 5128723. OLE color: 5128723.

HSL color Cylindrical-coordinate representation of color #13424E: hue angle of 192.2º 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 #13424E is Cyan = 0.76, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB196678-
CMYK0.760.1500.69
HSL192.2º60.82%19.02%-
HSV(B)192.2º75.64%30.59%-
XYZ3.594.587.9-
YUV53.32141.93103.52-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 11.66%
GREEN value IS 66 (26.17% from 255) = 40.49%
BLUE value IS 78 (30.86% from 255) = 47.85%
R=11.66%
G=40.49%
B=47.85%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal1966780.760.1500.69192.260.8219.02
Hex13424E4CF045c03d13
Octal231021161141701053007523
Binary100111000010100111010011001111010001011100000011110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13424E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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