#134426

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

Shades of Zuccini #134426

Tints of Zuccini #134426

Color information

#134426 (or 0x134426) is unknown color: approx Zuccini. HEX triplet: 13, 44 and 26. RGB value is (19,68,38). Sum of RGB (Red+Green+Blue) = 19+68+38=125 (16% of max value = 765). Red value is 19 (7.81% from 255 or 15.2% from 125); Green value is 68 (26.95% from 255 or 54.4% from 125); Blue value is 38 (15.23% from 255 or 30.4% from 125); Max value from RGB is 68 - color contains mainly: green. Hex color #134426 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #134426 is #ECBBD9. Grayscale: #323232. Windows color (decimal): -15514586 or 2507795. OLE color: 2507795.

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

Color convert

RGB196838-
CMYK0.7200.440.73
HSL143.27º56.32%17.06%-
HSV(B)143.27º72.06%26.67%-
XYZ2.694.412.54-
YUV49.93121.27105.94-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 15.2%
GREEN value IS 68 (26.95% from 255) = 54.4%
BLUE value IS 38 (15.23% from 255) = 30.4%
R=15.2%
G=54.4%
B=30.4%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal1968380.7200.440.73143.2756.3217.06
Hex1344264802C498f3811
Octal23104461100541112177021
Binary1001110001001001101001000010110010010011000111111100010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #134426

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #134426; }

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

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

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

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

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

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

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

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