#13444F

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

Shades of Green Vogue #13444F

Tints of Green Vogue #13444F

Color information

#13444F (or 0x13444F) is unknown color: approx Green Vogue. HEX triplet: 13, 44 and 4F. RGB value is (19,68,79). Sum of RGB (Red+Green+Blue) = 19+68+79=166 (21% of max value = 765). Red value is 19 (7.81% from 255 or 11.45% from 166); Green value is 68 (26.95% from 255 or 40.96% from 166); Blue value is 79 (31.25% from 255 or 47.59% from 166); Max value from RGB is 79 - color contains mainly: blue. Hex color #13444F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #13444F is #ECBBB0. Grayscale: #363636. Windows color (decimal): -15514545 or 5194771. OLE color: 5194771.

HSL color Cylindrical-coordinate representation of color #13444F: hue angle of 191º degrees, saturation: 0.61, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #13444F is Cyan = 0.76, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB196879-
CMYK0.760.1400.69
HSL191º61.22%19.22%-
HSV(B)191º75.95%30.98%-
XYZ3.754.848.13-
YUV54.6141.77102.61-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 11.45%
GREEN value IS 68 (26.95% from 255) = 40.96%
BLUE value IS 79 (31.25% from 255) = 47.59%
R=11.45%
G=40.96%
B=47.59%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal1968790.760.1400.6919161.2219.22
Hex13444F4CE045bf3d13
Octal231041171141601052777523
Binary100111000100100111110011001110010001011011111111110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13444F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #13444F; }

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

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

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

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

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

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

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

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