#134152

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

Shades of Green Vogue #134152

Tints of Green Vogue #134152

Color information

#134152 (or 0x134152) is unknown color: approx Green Vogue. HEX triplet: 13, 41 and 52. RGB value is (19,65,82). Sum of RGB (Red+Green+Blue) = 19+65+82=166 (21% of max value = 765). Red value is 19 (7.81% from 255 or 11.45% from 166); Green value is 65 (25.78% from 255 or 39.16% from 166); Blue value is 82 (32.42% from 255 or 49.40% from 166); Max value from RGB is 82 - color contains mainly: blue. Hex color #134152 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #134152 is #ECBEAD. Grayscale: #353535. Windows color (decimal): -15515310 or 5390611. OLE color: 5390611.

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

Color convert

RGB196582-
CMYK0.770.2100.68
HSL196.19º62.38%19.8%-
HSV(B)196.19º76.83%32.16%-
XYZ3.684.538.66-
YUV53.18144.26103.62-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 11.45%
GREEN value IS 65 (25.78% from 255) = 39.16%
BLUE value IS 82 (32.42% from 255) = 49.40%
R=11.45%
G=39.16%
B=49.40%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal1965820.770.2100.68196.1962.3819.8
Hex1341524D15044c43e14
Octal231011221152501043047624
Binary1001110000011010010100110110101010001001100010011111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #134152

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #134152; }

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

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

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

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

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

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

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

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