#13472A

Color #13472A Zuccini (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Zuccini #13472A

Tints of Zuccini #13472A

Color information

#13472A (or 0x13472A) is unknown color: approx Zuccini. HEX triplet: 13, 47 and 2A. RGB value is (19,71,42). Sum of RGB (Red+Green+Blue) = 19+71+42=132 (17% of max value = 765). Red value is 19 (7.81% from 255 or 14.39% from 132); Green value is 71 (28.12% from 255 or 53.79% from 132); Blue value is 42 (16.80% from 255 or 31.82% from 132); Max value from RGB is 71 - color contains mainly: green. Hex color #13472A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #13472A is #ECB8D5. Grayscale: #343434. Windows color (decimal): -15513814 or 2770707. OLE color: 2770707.

HSL color Cylindrical-coordinate representation of color #13472A: hue angle of 146.54º 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 #13472A is Cyan = 0.73, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.72.

Color convert

RGB197142-
CMYK0.7300.410.72
HSL146.54º57.78%17.65%-
HSV(B)146.54º73.24%27.84%-
XYZ2.944.812.96-
YUV52.15122.27104.36-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 14.39%
GREEN value IS 71 (28.12% from 255) = 53.79%
BLUE value IS 42 (16.80% from 255) = 31.82%
R=14.39%
G=53.79%
B=31.82%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal1971420.7300.410.72146.5457.7817.65
Hex13472A4902948933a12
Octal23107521110511102237222
Binary1001110001111010101001001010100110010001001001111101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13472A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #13472A;
 }
 .AnyTagClassName
 {
   color: #13472A;
 }
</style>
background-color css

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

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

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

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

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

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