#134150

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

Shades of Green Vogue #134150

Tints of Green Vogue #134150

Color information

#134150 (or 0x134150) is unknown color: approx Green Vogue. HEX triplet: 13, 41 and 50. RGB value is (19,65,80). Sum of RGB (Red+Green+Blue) = 19+65+80=164 (21% of max value = 765). Red value is 19 (7.81% from 255 or 11.59% from 164); Green value is 65 (25.78% from 255 or 39.63% from 164); Blue value is 80 (31.64% from 255 or 48.78% from 164); Max value from RGB is 80 - color contains mainly: blue. Hex color #134150 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #134150 is #ECBEAF. Grayscale: #343434. Windows color (decimal): -15515312 or 5259539. OLE color: 5259539.

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

Color convert

RGB196580-
CMYK0.760.1900.69
HSL194.75º61.62%19.41%-
HSV(B)194.75º76.25%31.37%-
XYZ3.614.58.27-
YUV52.96143.26103.78-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 11.59%
GREEN value IS 65 (25.78% from 255) = 39.63%
BLUE value IS 80 (31.64% from 255) = 48.78%
R=11.59%
G=39.63%
B=48.78%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal1965800.760.1900.69194.7561.6219.41
Hex1341504C13045c33e13
Octal231011201142301053037623
Binary1001110000011010000100110010011010001011100001111111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #134150

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #134150; }

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

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

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

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

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

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

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

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