#134428

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

Shades of Zuccini #134428

Tints of Zuccini #134428

Color information

#134428 (or 0x134428) is unknown color: approx Zuccini. HEX triplet: 13, 44 and 28. RGB value is (19,68,40). Sum of RGB (Red+Green+Blue) = 19+68+40=127 (16% of max value = 765). Red value is 19 (7.81% from 255 or 14.96% from 127); Green value is 68 (26.95% from 255 or 53.54% from 127); Blue value is 40 (16.02% from 255 or 31.50% from 127); Max value from RGB is 68 - color contains mainly: green. Hex color #134428 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #134428 is #ECBBD7. Grayscale: #323232. Windows color (decimal): -15514584 or 2638867. OLE color: 2638867.

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

Color convert

RGB196840-
CMYK0.7200.410.73
HSL145.71º56.32%17.06%-
HSV(B)145.71º72.06%26.67%-
XYZ2.724.432.72-
YUV50.16122.27105.78-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 14.96%
GREEN value IS 68 (26.95% from 255) = 53.54%
BLUE value IS 40 (16.02% from 255) = 31.50%
R=14.96%
G=53.54%
B=31.50%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal1968400.7200.410.73145.7156.3217.06
Hex1344284802949923811
Octal23104501100511112227021
Binary1001110001001010001001000010100110010011001001011100010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #134428

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #134428; }

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

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

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

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

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

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

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

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