Html Css Color HEX #13424E Green Vogue

📋 copy color: '#13424E'

red 19 ◦ green 66 ◦ blue 78

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

Shades of Green Vogue #13424E

Tints of Green Vogue #13424E

RGB

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

 GREEN value IS 66 (26.17% from 255) = 40.49%

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

R = 11.66%
G = 40.49%
B = 47.85%

CMYK

 C value IS 0.76

 M value IS 0.15

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#13424E (or 0x13424E) is known color: Green Vogue. HEX triplet: 13, 42 and 4E. RGB value is (19,66,78). Sum of RGB (Red+Green+Blue) = 19+66+78=163 (21% of max value = 765). Red value is 19 (7.81% from 255 or 11.66% from 163); Green value is 66 (26.17% from 255 or 40.49% from 163); Blue value is 78 (30.86% from 255 or 47.85% from 163); Max value from RGB is 78 - color contains mainly: blue. Hex color #13424E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #13424E is #ECBDB1. Grayscale: #353535. Windows color (decimal): -15515058 or 5128723. OLE color: 5128723.

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

Color convert

RGB 19 66 78 -
CMYK 0.76 0.15 0 0.69
HSL 192.2º 0.61% 0.19% -
HSV(B) 192.2º 0.76% 0.31% -
XYZ 3.59 4.58 7.9 -
YUV 53.32 141.93 103.52 -
System Red Green Blue C M Y K H S L
Decimal 19 66 78 0.76 0.15 0 0.69 192.2 0.61 0.19
Hex 13 42 4E 4C F 0 45 C0 3D 13
Octal 23 102 116 114 17 0 105 300 75 23
Binary 10011 1000010 1001110 1001100 1111 0 1000101 11000000 111101 10011

Color Harmonies of #13424E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13424E

Black with #13424E

Text Example


Text Example

White with #13424E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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