#134350

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

Shades of Green Vogue #134350

Tints of Green Vogue #134350

Color information

#134350 (or 0x134350) is unknown color: approx Green Vogue. HEX triplet: 13, 43 and 50. RGB value is (19,67,80). Sum of RGB (Red+Green+Blue) = 19+67+80=166 (21% of max value = 765). Red value is 19 (7.81% from 255 or 11.45% from 166); Green value is 67 (26.56% from 255 or 40.36% from 166); Blue value is 80 (31.64% from 255 or 48.19% from 166); Max value from RGB is 80 - color contains mainly: blue. Hex color #134350 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #134350 is #ECBCAF. Grayscale: #363636. Windows color (decimal): -15514800 or 5260051. OLE color: 5260051.

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

Color convert

RGB196780-
CMYK0.760.1600.69
HSL192.79º61.62%19.41%-
HSV(B)192.79º76.25%31.37%-
XYZ3.724.738.31-
YUV54.13142.6102.94-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 11.45%
GREEN value IS 67 (26.56% from 255) = 40.36%
BLUE value IS 80 (31.64% from 255) = 48.19%
R=11.45%
G=40.36%
B=48.19%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal1967800.760.1600.69192.7961.6219.41
Hex1343504C10045c13e13
Octal231031201142001053017623
Binary1001110000111010000100110010000010001011100000111111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #134350

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #134350; }

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

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

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

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

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

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

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

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