Html Css Color HEX #13404C Green Vogue

📋 copy color: '#13404C'

red 19 ◦ green 64 ◦ blue 76

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

Shades of Green Vogue #13404C

Tints of Green Vogue #13404C

RGB

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

 GREEN value IS 64 (25.39% from 255) = 40.25%

 BLUE value IS 76 (30.08% from 255) = 47.8%

R = 11.95%
G = 40.25%
B = 47.8%

CMYK

 C value IS 0.75

 M value IS 0.16

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#13404C (or 0x13404C) is known color: Green Vogue. HEX triplet: 13, 40 and 4C. RGB value is (19,64,76). Sum of RGB (Red+Green+Blue) = 19+64+76=159 (21% of max value = 765). Red value is 19 (7.81% from 255 or 11.95% from 159); Green value is 64 (25.39% from 255 or 40.25% from 159); Blue value is 76 (30.08% from 255 or 47.80% from 159); Max value from RGB is 76 - color contains mainly: blue. Hex color #13404C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #13404C is #ECBFB3. Grayscale: #333333. Windows color (decimal): -15515572 or 4997139. OLE color: 4997139.

HSL color Cylindrical-coordinate representation of color #13404C: hue angle of 192.63º 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 #13404C is Cyan = 0.75, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 19 64 76 -
CMYK 0.75 0.16 0 0.70
HSL 192.63º 0.6% 0.19% -
HSV(B) 192.63º 0.75% 0.3% -
XYZ 3.41 4.33 7.49 -
YUV 51.91 141.59 104.52 -
System Red Green Blue C M Y K H S L
Decimal 19 64 76 0.75 0.16 0 0.70 192.63 0.6 0.19
Hex 13 40 4C 4B 10 0 46 C1 3C 13
Octal 23 100 114 113 20 0 106 301 74 23
Binary 10011 1000000 1001100 1001011 10000 0 1000110 11000001 111100 10011

Color Harmonies of #13404C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13404C

Black with #13404C

Text Example


Text Example

White with #13404C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #13404C;
 }
 .AnyTagClassName
 {
   color: #13404C;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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