Html Css Color HEX #13424F Green Vogue

📋 copy color: '#13424F'

red 19 ◦ green 66 ◦ blue 79

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

Shades of Green Vogue #13424F

Tints of Green Vogue #13424F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 48.17%

R = 11.59%
G = 40.24%
B = 48.17%

CMYK

 C value IS 0.76

 M value IS 0.16

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#13424F (or 0x13424F) is known color: Green Vogue. HEX triplet: 13, 42 and 4F. RGB value is (19,66,79). Sum of RGB (Red+Green+Blue) = 19+66+79=164 (21% of max value = 765). Red value is 19 (7.81% from 255 or 11.59% from 164); Green value is 66 (26.17% from 255 or 40.24% from 164); Blue value is 79 (31.25% from 255 or 48.17% from 164); Max value from RGB is 79 - color contains mainly: blue. Hex color #13424F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #13424F is #ECBDB0. Grayscale: #353535. Windows color (decimal): -15515057 or 5194259. OLE color: 5194259.

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

Color convert

RGB 19 66 79 -
CMYK 0.76 0.16 0 0.69
HSL 193º 0.61% 0.19% -
HSV(B) 193º 0.76% 0.31% -
XYZ 3.63 4.6 8.09 -
YUV 53.43 142.43 103.44 -
System Red Green Blue C M Y K H S L
Decimal 19 66 79 0.76 0.16 0 0.69 193 0.61 0.19
Hex 13 42 4F 4C 10 0 45 C1 3D 13
Octal 23 102 117 114 20 0 105 301 75 23
Binary 10011 1000010 1001111 1001100 10000 0 1000101 11000001 111101 10011

Color Harmonies of #13424F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13424F

Black with #13424F

Text Example


Text Example

White with #13424F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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