#134429

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

Shades of Zuccini #134429

Tints of Zuccini #134429

Color information

#134429 (or 0x134429) is unknown color: approx Zuccini. HEX triplet: 13, 44 and 29. RGB value is (19,68,41). Sum of RGB (Red+Green+Blue) = 19+68+41=128 (16% of max value = 765). Red value is 19 (7.81% from 255 or 14.84% from 128); Green value is 68 (26.95% from 255 or 53.12% from 128); Blue value is 41 (16.41% from 255 or 32.03% from 128); Max value from RGB is 68 - color contains mainly: green. Hex color #134429 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #134429 is #ECBBD6. Grayscale: #323232. Windows color (decimal): -15514583 or 2704403. OLE color: 2704403.

HSL color Cylindrical-coordinate representation of color #134429: hue angle of 146.94º degrees, saturation: 0.56, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #134429 is Cyan = 0.72, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.73.

Color convert

RGB196841-
CMYK0.7200.400.73
HSL146.94º56.32%17.06%-
HSV(B)146.94º72.06%26.67%-
XYZ2.744.432.81-
YUV50.27122.77105.7-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 14.84%
GREEN value IS 68 (26.95% from 255) = 53.12%
BLUE value IS 41 (16.41% from 255) = 32.03%
R=14.84%
G=53.12%
B=32.03%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal1968410.7200.400.73146.9456.3217.06
Hex1344294802849933811
Octal23104511100501112237021
Binary1001110001001010011001000010100010010011001001111100010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #134429

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #134429; }

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

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

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

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

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

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

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

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