#134050

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

Shades of Green Vogue #134050

Tints of Green Vogue #134050

Color information

#134050 (or 0x134050) is unknown color: approx Green Vogue. HEX triplet: 13, 40 and 50. RGB value is (19,64,80). Sum of RGB (Red+Green+Blue) = 19+64+80=163 (21% of max value = 765). Red value is 19 (7.81% from 255 or 11.66% from 163); Green value is 64 (25.39% from 255 or 39.26% from 163); Blue value is 80 (31.64% from 255 or 49.08% from 163); Max value from RGB is 80 - color contains mainly: blue. Hex color #134050 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #134050 is #ECBFAF. Grayscale: #343434. Windows color (decimal): -15515568 or 5259283. OLE color: 5259283.

HSL color Cylindrical-coordinate representation of color #134050: hue angle of 195.74º degrees, saturation: 0.62, 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 #134050 is Cyan = 0.76, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB196480-
CMYK0.760.2000.69
HSL195.74º61.62%19.41%-
HSV(B)195.74º76.25%31.37%-
XYZ3.554.388.25-
YUV52.37143.59104.2-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 11.66%
GREEN value IS 64 (25.39% from 255) = 39.26%
BLUE value IS 80 (31.64% from 255) = 49.08%
R=11.66%
G=39.26%
B=49.08%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal1964800.760.2000.69195.7461.6219.41
Hex1340504C14045c43e13
Octal231001201142401053047623
Binary1001110000001010000100110010100010001011100010011111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #134050

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #134050; }

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

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

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

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

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

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

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

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