#134153

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

Shades of Green Vogue #134153

Tints of Green Vogue #134153

Color information

#134153 (or 0x134153) is unknown color: approx Green Vogue. HEX triplet: 13, 41 and 53. RGB value is (19,65,83). Sum of RGB (Red+Green+Blue) = 19+65+83=167 (22% of max value = 765). Red value is 19 (7.81% from 255 or 11.38% from 167); Green value is 65 (25.78% from 255 or 38.92% from 167); Blue value is 83 (32.81% from 255 or 49.70% from 167); Max value from RGB is 83 - color contains mainly: blue. Hex color #134153 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #134153 is #ECBEAC. Grayscale: #353535. Windows color (decimal): -15515309 or 5456147. OLE color: 5456147.

HSL color Cylindrical-coordinate representation of color #134153: hue angle of 196.88º degrees, saturation: 0.63, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #134153 is Cyan = 0.77, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB196583-
CMYK0.770.2200.67
HSL196.88º62.75%20%-
HSV(B)196.88º77.11%32.55%-
XYZ3.724.548.86-
YUV53.3144.76103.54-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 11.38%
GREEN value IS 65 (25.78% from 255) = 38.92%
BLUE value IS 83 (32.81% from 255) = 49.70%
R=11.38%
G=38.92%
B=49.70%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal1965830.770.2200.67196.8862.7520
Hex1341534D16043c53f14
Octal231011231152601033057724
Binary1001110000011010011100110110110010000111100010111111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #134153

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #134153; }

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

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

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

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

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

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

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

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