Html Css Color HEX #13414E Green Vogue

📋 copy color: '#13414E'

red 19 ◦ green 65 ◦ blue 78

#13414E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Green Vogue #13414E

Tints of Green Vogue #13414E

RGB

 RED value IS 19 (7.81% from 255) = 11.73%

 GREEN value IS 65 (25.78% from 255) = 40.12%

 BLUE value IS 78 (30.86% from 255) = 48.15%

R = 11.73%
G = 40.12%
B = 48.15%

CMYK

 C value IS 0.76

 M value IS 0.17

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#13414E (or 0x13414E) is known color: Green Vogue. HEX triplet: 13, 41 and 4E. RGB value is (19,65,78). Sum of RGB (Red+Green+Blue) = 19+65+78=162 (21% of max value = 765). Red value is 19 (7.81% from 255 or 11.73% from 162); Green value is 65 (25.78% from 255 or 40.12% from 162); Blue value is 78 (30.86% from 255 or 48.15% from 162); Max value from RGB is 78 - color contains mainly: blue. Hex color #13414E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #13414E is #ECBEB1. Grayscale: #343434. Windows color (decimal): -15515314 or 5128467. OLE color: 5128467.

HSL color Cylindrical-coordinate representation of color #13414E: hue angle of 193.22º 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 #13414E is Cyan = 0.76, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 19 65 78 -
CMYK 0.76 0.17 0 0.69
HSL 193.22º 0.61% 0.19% -
HSV(B) 193.22º 0.76% 0.31% -
XYZ 3.53 4.47 7.88 -
YUV 52.73 142.26 103.94 -
System Red Green Blue C M Y K H S L
Decimal 19 65 78 0.76 0.17 0 0.69 193.22 0.61 0.19
Hex 13 41 4E 4C 11 0 45 C1 3D 13
Octal 23 101 116 114 21 0 105 301 75 23
Binary 10011 1000001 1001110 1001100 10001 0 1000101 11000001 111101 10011

Color Harmonies of #13414E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13414E

Black with #13414E

Text Example


Text Example

White with #13414E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #13414E;
 }
 .AnyTagClassName
 {
   color: #13414E;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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