#134726

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

Shades of Zuccini #134726

Tints of Zuccini #134726

Color information

#134726 (or 0x134726) is unknown color: approx Zuccini. HEX triplet: 13, 47 and 26. RGB value is (19,71,38). Sum of RGB (Red+Green+Blue) = 19+71+38=128 (16% of max value = 765). Red value is 19 (7.81% from 255 or 14.84% from 128); Green value is 71 (28.12% from 255 or 55.47% from 128); Blue value is 38 (15.23% from 255 or 29.69% from 128); Max value from RGB is 71 - color contains mainly: green. Hex color #134726 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #134726 is #ECB8D9. Grayscale: #333333. Windows color (decimal): -15513818 or 2508563. OLE color: 2508563.

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

Color convert

RGB197138-
CMYK0.7300.460.72
HSL141.92º57.78%17.65%-
HSV(B)141.92º73.24%27.84%-
XYZ2.874.782.61-
YUV51.69120.27104.68-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 14.84%
GREEN value IS 71 (28.12% from 255) = 55.47%
BLUE value IS 38 (15.23% from 255) = 29.69%
R=14.84%
G=55.47%
B=29.69%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal1971380.7300.460.72141.9257.7817.65
Hex1347264902E488e3a12
Octal23107461110561102167222
Binary1001110001111001101001001010111010010001000111011101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #134726

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #134726; }

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

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

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

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

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

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

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

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