#134052

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

Shades of Green Vogue #134052

Tints of Green Vogue #134052

Color information

#134052 (or 0x134052) is unknown color: approx Green Vogue. HEX triplet: 13, 40 and 52. RGB value is (19,64,82). Sum of RGB (Red+Green+Blue) = 19+64+82=165 (21% of max value = 765). Red value is 19 (7.81% from 255 or 11.52% from 165); Green value is 64 (25.39% from 255 or 38.79% from 165); Blue value is 82 (32.42% from 255 or 49.70% from 165); Max value from RGB is 82 - color contains mainly: blue. Hex color #134052 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #134052 is #ECBFAD. Grayscale: #343434. Windows color (decimal): -15515566 or 5390355. OLE color: 5390355.

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

Color convert

RGB196482-
CMYK0.770.2200.68
HSL197.14º62.38%19.8%-
HSV(B)197.14º76.83%32.16%-
XYZ3.624.418.64-
YUV52.6144.59104.04-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 11.52%
GREEN value IS 64 (25.39% from 255) = 38.79%
BLUE value IS 82 (32.42% from 255) = 49.70%
R=11.52%
G=38.79%
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.68
SystemRedGreenBlueCMYKHSL
Decimal1964820.770.2200.68197.1462.3819.8
Hex1340524D16044c53e14
Octal231001221152601043057624
Binary1001110000001010010100110110110010001001100010111111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #134052

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #134052; }

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

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

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

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

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

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

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

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