#13472C

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

Shades of Zuccini #13472C

Tints of Zuccini #13472C

Color information

#13472C (or 0x13472C) is unknown color: approx 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

RGB197144-
CMYK0.7300.380.72
HSL148.85º57.78%17.65%-
HSV(B)148.85º73.24%27.84%-
XYZ2.984.833.16-
YUV52.37123.27104.2-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 14.18%
GREEN value IS 71 (28.12% 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 (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal1971440.7300.380.72148.8557.7817.65
Hex13472C4902648953a12
Octal23107541110461102257222
Binary1001110001111011001001001010011010010001001010111101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13472C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>