#134251

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

Shades of Green Vogue #134251

Tints of Green Vogue #134251

Color information

#134251 (or 0x134251) is unknown color: approx Green Vogue. HEX triplet: 13, 42 and 51. RGB value is (19,66,81). Sum of RGB (Red+Green+Blue) = 19+66+81=166 (21% of max value = 765). Red value is 19 (7.81% from 255 or 11.45% from 166); Green value is 66 (26.17% from 255 or 39.76% from 166); Blue value is 81 (32.03% from 255 or 48.80% from 166); Max value from RGB is 81 - color contains mainly: blue. Hex color #134251 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #134251 is #ECBDAE. Grayscale: #353535. Windows color (decimal): -15515055 or 5325331. OLE color: 5325331.

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

Color convert

RGB196681-
CMYK0.770.1900.68
HSL194.52º62%19.61%-
HSV(B)194.52º76.54%31.76%-
XYZ3.74.638.48-
YUV53.66143.43103.28-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 11.45%
GREEN value IS 66 (26.17% from 255) = 39.76%
BLUE value IS 81 (32.03% from 255) = 48.80%
R=11.45%
G=39.76%
B=48.80%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal1966810.770.1900.68194.526219.61
Hex1342514D13044c33e14
Octal231021211152301043037624
Binary1001110000101010001100110110011010001001100001111111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #134251

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #134251; }

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

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

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

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

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

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

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

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