#134A2A

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

Shades of Zuccini #134A2A

Tints of Zuccini #134A2A

Color information

#134A2A (or 0x134A2A) is unknown color: approx Zuccini. HEX triplet: 13, 4A and 2A. RGB value is (19,74,42). Sum of RGB (Red+Green+Blue) = 19+74+42=135 (17% of max value = 765). Red value is 19 (7.81% from 255 or 14.07% from 135); Green value is 74 (29.30% from 255 or 54.81% from 135); Blue value is 42 (16.80% from 255 or 31.11% from 135); Max value from RGB is 74 - color contains mainly: green. Hex color #134A2A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #134A2A is #ECB5D5. Grayscale: #353535. Windows color (decimal): -15513046 or 2771475. OLE color: 2771475.

HSL color Cylindrical-coordinate representation of color #134A2A: hue angle of 145.09º 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 #134A2A is Cyan = 0.74, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.71.

Color convert

RGB197442-
CMYK0.7400.430.71
HSL145.09º59.14%18.24%-
HSV(B)145.09º74.32%29.02%-
XYZ3.145.23.03-
YUV53.91121.28103.1-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 14.07%
GREEN value IS 74 (29.30% from 255) = 54.81%
BLUE value IS 42 (16.80% from 255) = 31.11%
R=14.07%
G=54.81%
B=31.11%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal1974420.7400.430.71145.0959.1418.24
Hex134A2A4A02B47913b12
Octal23112521120531072217322
Binary1001110010101010101001010010101110001111001000111101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #134A2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #134A2A; }

 p { color: rgb(19,74,42); }

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

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

 a { background-color: rgb(19,74,42); }

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

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

 span { border-color: rgb(19,74,42); }

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