#134628

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

Shades of Zuccini #134628

Tints of Zuccini #134628

Color information

#134628 (or 0x134628) is unknown color: approx Zuccini. HEX triplet: 13, 46 and 28. RGB value is (19,70,40). Sum of RGB (Red+Green+Blue) = 19+70+40=129 (17% of max value = 765). Red value is 19 (7.81% from 255 or 14.73% from 129); Green value is 70 (27.73% from 255 or 54.26% from 129); Blue value is 40 (16.02% from 255 or 31.01% from 129); Max value from RGB is 70 - color contains mainly: green. Hex color #134628 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #134628 is #ECB9D7. Grayscale: #333333. Windows color (decimal): -15514072 or 2639379. OLE color: 2639379.

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

Color convert

RGB197040-
CMYK0.7300.430.73
HSL144.71º57.3%17.45%-
HSV(B)144.71º72.86%27.45%-
XYZ2.844.672.76-
YUV51.33121.6104.94-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 14.73%
GREEN value IS 70 (27.73% from 255) = 54.26%
BLUE value IS 40 (16.02% from 255) = 31.01%
R=14.73%
G=54.26%
B=31.01%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal1970400.7300.430.73144.7157.317.45
Hex1346284902B49913911
Octal23106501110531112217121
Binary1001110001101010001001001010101110010011001000111100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #134628

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #134628; }

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

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

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

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

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

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

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

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