#134729

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

Shades of Zuccini #134729

Tints of Zuccini #134729

Color information

#134729 (or 0x134729) is unknown color: approx Zuccini. HEX triplet: 13, 47 and 29. RGB value is (19,71,41). Sum of RGB (Red+Green+Blue) = 19+71+41=131 (17% of max value = 765). Red value is 19 (7.81% from 255 or 14.50% from 131); Green value is 71 (28.12% from 255 or 54.20% from 131); Blue value is 41 (16.41% from 255 or 31.30% from 131); Max value from RGB is 71 - color contains mainly: green. Hex color #134729 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #134729 is #ECB8D6. Grayscale: #343434. Windows color (decimal): -15513815 or 2705171. OLE color: 2705171.

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

Color convert

RGB197141-
CMYK0.7300.420.72
HSL145.38º57.78%17.65%-
HSV(B)145.38º73.24%27.84%-
XYZ2.924.812.87-
YUV52.03121.77104.44-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 14.50%
GREEN value IS 71 (28.12% from 255) = 54.20%
BLUE value IS 41 (16.41% from 255) = 31.30%
R=14.50%
G=54.20%
B=31.30%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal1971410.7300.420.72145.3857.7817.65
Hex1347294902A48913a12
Octal23107511110521102217222
Binary1001110001111010011001001010101010010001001000111101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #134729

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #134729; }

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

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

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

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

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

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

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

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