#13434E

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

Shades of Green Vogue #13434E

Tints of Green Vogue #13434E

Color information

#13434E (or 0x13434E) is unknown color: approx Green Vogue. HEX triplet: 13, 43 and 4E. RGB value is (19,67,78). Sum of RGB (Red+Green+Blue) = 19+67+78=164 (21% of max value = 765). Red value is 19 (7.81% from 255 or 11.59% from 164); Green value is 67 (26.56% from 255 or 40.85% from 164); Blue value is 78 (30.86% from 255 or 47.56% from 164); Max value from RGB is 78 - color contains mainly: blue. Hex color #13434E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #13434E is #ECBCB1. Grayscale: #353535. Windows color (decimal): -15514802 or 5128979. OLE color: 5128979.

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

Color convert

RGB196778-
CMYK0.760.1400.69
HSL191.19º60.82%19.02%-
HSV(B)191.19º75.64%30.59%-
XYZ3.654.77.92-
YUV53.9141.6103.11-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 11.59%
GREEN value IS 67 (26.56% from 255) = 40.85%
BLUE value IS 78 (30.86% from 255) = 47.56%
R=11.59%
G=40.85%
B=47.56%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal1967780.760.1400.69191.1960.8219.02
Hex13434E4CE045bf3d13
Octal231031161141601052777523
Binary100111000011100111010011001110010001011011111111110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13434E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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