Html Css Color HEX #13472C Zuccini

📋 copy color: '#13472C'

red 19 ◦ green 71 ◦ blue 44

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

Shades of Zuccini #13472C

Tints of Zuccini #13472C

RGB

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

 GREEN value IS 71 (28.13% from 255) = 52.99%

 BLUE value IS 44 (17.58% from 255) = 32.84%

R = 14.18%
G = 52.99%
B = 32.84%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.38

 K value IS 0.72

RGB Variations

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

Color information

#13472C (or 0x13472C) is known color: Zuccini. HEX triplet: 13, 47 and 2C. RGB value is (19,71,44). Sum of RGB (Red+Green+Blue) = 19+71+44=134 (17% of max value = 765). Red value is 19 (7.81% from 255 or 14.18% from 134); Green value is 71 (28.12% from 255 or 52.99% from 134); Blue value is 44 (17.58% from 255 or 32.84% from 134); Max value from RGB is 71 - color contains mainly: green. Hex color #13472C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #13472C is #ECB8D3. Grayscale: #343434. Windows color (decimal): -15513812 or 2901779. OLE color: 2901779.

HSL color Cylindrical-coordinate representation of color #13472C: hue angle of 148.85º degrees, saturation: 0.58, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #13472C is Cyan = 0.73, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.72.

Color convert

RGB 19 71 44 -
CMYK 0.73 0 0.38 0.72
HSL 148.85º 0.58% 0.18% -
HSV(B) 148.85º 0.73% 0.28% -
XYZ 2.98 4.83 3.16 -
YUV 52.37 123.27 104.2 -
System Red Green Blue C M Y K H S L
Decimal 19 71 44 0.73 0 0.38 0.72 148.85 0.58 0.18
Hex 13 47 2C 49 0 26 48 95 3A 12
Octal 23 107 54 111 0 46 110 225 72 22
Binary 10011 1000111 101100 1001001 0 100110 1001000 10010101 111010 10010

Color Harmonies of #13472C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13472C

Black with #13472C

Text Example


Text Example

White with #13472C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(19,71,44); }

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

background-color css

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

 a { background-color: rgb(19,71,44); }

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

border-color css

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

 span { border-color: rgb(19,71,44); }

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