#134250

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

Shades of Green Vogue #134250

Tints of Green Vogue #134250

Color information

#134250 (or 0x134250) is unknown color: approx Green Vogue. HEX triplet: 13, 42 and 50. RGB value is (19,66,80). Sum of RGB (Red+Green+Blue) = 19+66+80=165 (21% of max value = 765). Red value is 19 (7.81% from 255 or 11.52% from 165); Green value is 66 (26.17% from 255 or 40% from 165); Blue value is 80 (31.64% from 255 or 48.48% from 165); Max value from RGB is 80 - color contains mainly: blue. Hex color #134250 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #134250 is #ECBDAF. Grayscale: #353535. Windows color (decimal): -15515056 or 5259795. OLE color: 5259795.

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

Color convert

RGB196680-
CMYK0.760.1700.69
HSL193.77º61.62%19.41%-
HSV(B)193.77º76.25%31.37%-
XYZ3.664.618.29-
YUV53.54142.93103.36-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 11.52%
GREEN value IS 66 (26.17% from 255) = 40%
BLUE value IS 80 (31.64% from 255) = 48.48%
R=11.52%
G=40%
B=48.48%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal1966800.760.1700.69193.7761.6219.41
Hex1342504C11045c23e13
Octal231021201142101053027623
Binary1001110000101010000100110010001010001011100001011111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #134250

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #134250; }

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

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

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

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

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

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

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

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