#134926

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

Shades of Zuccini #134926

Tints of Zuccini #134926

Color information

#134926 (or 0x134926) is unknown color: approx Zuccini. HEX triplet: 13, 49 and 26. RGB value is (19,73,38). Sum of RGB (Red+Green+Blue) = 19+73+38=130 (17% of max value = 765). Red value is 19 (7.81% from 255 or 14.62% from 130); Green value is 73 (28.91% from 255 or 56.15% from 130); Blue value is 38 (15.23% from 255 or 29.23% from 130); Max value from RGB is 73 - color contains mainly: green. Hex color #134926 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #134926 is #ECB6D9. Grayscale: #343434. Windows color (decimal): -15513306 or 2509075. OLE color: 2509075.

HSL color Cylindrical-coordinate representation of color #134926: hue angle of 141.11º degrees, saturation: 0.59, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #134926 is Cyan = 0.74, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.71.

Color convert

RGB197338-
CMYK0.7400.480.71
HSL141.11º58.7%18.04%-
HSV(B)141.11º73.97%28.63%-
XYZ35.042.65-
YUV52.86119.61103.85-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 14.62%
GREEN value IS 73 (28.91% from 255) = 56.15%
BLUE value IS 38 (15.23% from 255) = 29.23%
R=14.62%
G=56.15%
B=29.23%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal1973380.7400.480.71141.1158.718.04
Hex1349264A030478d3b12
Octal23111461120601072157322
Binary1001110010011001101001010011000010001111000110111101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #134926

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #134926; }

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

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

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

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

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

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

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

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