#13472F

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

Shades of Zuccini #13472F

Tints of Zuccini #13472F

Color information

#13472F (or 0x13472F) is unknown color: approx Zuccini. HEX triplet: 13, 47 and 2F. RGB value is (19,71,47). Sum of RGB (Red+Green+Blue) = 19+71+47=137 (18% of max value = 765). Red value is 19 (7.81% from 255 or 13.87% from 137); Green value is 71 (28.12% from 255 or 51.82% from 137); Blue value is 47 (18.75% from 255 or 34.31% from 137); Max value from RGB is 71 - color contains mainly: green. Hex color #13472F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #13472F is #ECB8D0. Grayscale: #343434. Windows color (decimal): -15513809 or 3098387. OLE color: 3098387.

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

Color convert

RGB197147-
CMYK0.7300.340.72
HSL152.31º57.78%17.65%-
HSV(B)152.31º73.24%27.84%-
XYZ3.034.853.47-
YUV52.72124.77103.95-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 13.87%
GREEN value IS 71 (28.12% from 255) = 51.82%
BLUE value IS 47 (18.75% from 255) = 34.31%
R=13.87%
G=51.82%
B=34.31%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal1971470.7300.340.72152.3157.7817.65
Hex13472F4902248983a12
Octal23107571110421102307222
Binary1001110001111011111001001010001010010001001100011101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13472F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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