Html Css Color HEX #13492D Zuccini

📋 copy color: '#13492D'

red 19 ◦ green 73 ◦ blue 45

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

Shades of Zuccini #13492D

Tints of Zuccini #13492D

RGB

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

 GREEN value IS 73 (28.91% from 255) = 53.28%

 BLUE value IS 45 (17.97% from 255) = 32.85%

R = 13.87%
G = 53.28%
B = 32.85%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.38

 K value IS 0.71

RGB Variations

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

Color information

#13492D (or 0x13492D) is known color: Zuccini. HEX triplet: 13, 49 and 2D. RGB value is (19,73,45). Sum of RGB (Red+Green+Blue) = 19+73+45=137 (18% of max value = 765). Red value is 19 (7.81% from 255 or 13.87% from 137); Green value is 73 (28.91% from 255 or 53.28% from 137); Blue value is 45 (17.97% from 255 or 32.85% from 137); Max value from RGB is 73 - color contains mainly: green. Hex color #13492D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #13492D is #ECB6D2. Grayscale: #353535. Windows color (decimal): -15513299 or 2967827. OLE color: 2967827.

HSL color Cylindrical-coordinate representation of color #13492D: hue angle of 148.89º degrees, saturation: 0.59, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #13492D is Cyan = 0.74, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.71.

Color convert

RGB 19 73 45 -
CMYK 0.74 0 0.38 0.71
HSL 148.89º 0.59% 0.18% -
HSV(B) 148.89º 0.74% 0.29% -
XYZ 3.12 5.09 3.3 -
YUV 53.66 123.11 103.28 -
System Red Green Blue C M Y K H S L
Decimal 19 73 45 0.74 0 0.38 0.71 148.89 0.59 0.18
Hex 13 49 2D 4A 0 26 47 95 3B 12
Octal 23 111 55 112 0 46 107 225 73 22
Binary 10011 1001001 101101 1001010 0 100110 1000111 10010101 111011 10010

Color Harmonies of #13492D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13492D

Black with #13492D

Text Example


Text Example

White with #13492D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #13492D; }

 p { color: rgb(19,73,45); }

 H1.HeaderClassName
 {
   color: #13492D;
 }
 .AnyTagClassName
 {
   color: #13492D;
 }
</style>

background-color css

<style>
 a { background-color: #13492D; }

 a { background-color: rgb(19,73,45); }

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

border-color css

<style>
 span { border-color: #13492D; }

 span { border-color: rgb(19,73,45); }

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