#134551

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

Shades of Green Vogue #134551

Tints of Green Vogue #134551

Color information

#134551 (or 0x134551) is unknown color: approx Green Vogue. HEX triplet: 13, 45 and 51. RGB value is (19,69,81). Sum of RGB (Red+Green+Blue) = 19+69+81=169 (22% of max value = 765). Red value is 19 (7.81% from 255 or 11.24% from 169); Green value is 69 (27.34% from 255 or 40.83% from 169); Blue value is 81 (32.03% from 255 or 47.93% from 169); Max value from RGB is 81 - color contains mainly: blue. Hex color #134551 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #134551 is #ECBAAE. Grayscale: #373737. Windows color (decimal): -15514287 or 5326099. OLE color: 5326099.

HSL color Cylindrical-coordinate representation of color #134551: hue angle of 191.61º degrees, saturation: 0.62, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #134551 is Cyan = 0.77, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB196981-
CMYK0.770.1500.68
HSL191.61º62%19.61%-
HSV(B)191.61º76.54%31.76%-
XYZ3.884.998.54-
YUV55.42142.44102.02-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 11.24%
GREEN value IS 69 (27.34% from 255) = 40.83%
BLUE value IS 81 (32.03% from 255) = 47.93%
R=11.24%
G=40.83%
B=47.93%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal1969810.770.1500.68191.616219.61
Hex1345514DF044c03e14
Octal231051211151701043007624
Binary100111000101101000110011011111010001001100000011111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #134551

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #134551; }

 p { color: rgb(19,69,81); }

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

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

 a { background-color: rgb(19,69,81); }

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

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

 span { border-color: rgb(19,69,81); }

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