#13414C

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

Shades of Green Vogue #13414C

Tints of Green Vogue #13414C

Color information

#13414C (or 0x13414C) is unknown color: approx Green Vogue. HEX triplet: 13, 41 and 4C. RGB value is (19,65,76). Sum of RGB (Red+Green+Blue) = 19+65+76=160 (21% of max value = 765). Red value is 19 (7.81% from 255 or 11.88% from 160); Green value is 65 (25.78% from 255 or 40.62% from 160); Blue value is 76 (30.08% from 255 or 47.5% from 160); Max value from RGB is 76 - color contains mainly: blue. Hex color #13414C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #13414C is #ECBEB3. Grayscale: #343434. Windows color (decimal): -15515316 or 4997395. OLE color: 4997395.

HSL color Cylindrical-coordinate representation of color #13414C: hue angle of 191.58º degrees, saturation: 0.6, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #13414C is Cyan = 0.75, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB196576-
CMYK0.750.1400.70
HSL191.58º60%18.63%-
HSV(B)191.58º75%29.8%-
XYZ3.464.447.51-
YUV52.5141.26104.11-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 11.88%
GREEN value IS 65 (25.78% from 255) = 40.62%
BLUE value IS 76 (30.08% from 255) = 47.5%
R=11.88%
G=40.62%
B=47.5%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal1965760.750.1400.70191.586018.63
Hex13414C4BE046c03c13
Octal231011141131601063007423
Binary100111000001100110010010111110010001101100000011110010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13414C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #13414C; }

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

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

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

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

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

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

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

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