#134453

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

Shades of Green Vogue #134453

Tints of Green Vogue #134453

Color information

#134453 (or 0x134453) is unknown color: approx Green Vogue. HEX triplet: 13, 44 and 53. RGB value is (19,68,83). Sum of RGB (Red+Green+Blue) = 19+68+83=170 (22% of max value = 765). Red value is 19 (7.81% from 255 or 11.18% from 170); Green value is 68 (26.95% from 255 or 40% from 170); Blue value is 83 (32.81% from 255 or 48.82% from 170); Max value from RGB is 83 - color contains mainly: blue. Hex color #134453 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #134453 is #ECBBAC. Grayscale: #363636. Windows color (decimal): -15514541 or 5456915. OLE color: 5456915.

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

Color convert

RGB196883-
CMYK0.770.1800.67
HSL194.06º62.75%20%-
HSV(B)194.06º77.11%32.55%-
XYZ3.94.98.92-
YUV55.06143.77102.28-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 11.18%
GREEN value IS 68 (26.95% from 255) = 40%
BLUE value IS 83 (32.81% from 255) = 48.82%
R=11.18%
G=40%
B=48.82%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal1968830.770.1800.67194.0662.7520
Hex1344534D12043c23f14
Octal231041231152201033027724
Binary1001110001001010011100110110010010000111100001011111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #134453

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #134453; }

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

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

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

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

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

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

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

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