#134A2E

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

Shades of Zuccini #134A2E

Tints of Zuccini #134A2E

Color information

#134A2E (or 0x134A2E) is unknown color: approx Zuccini. HEX triplet: 13, 4A and 2E. RGB value is (19,74,46). Sum of RGB (Red+Green+Blue) = 19+74+46=139 (18% of max value = 765). Red value is 19 (7.81% from 255 or 13.67% from 139); Green value is 74 (29.30% from 255 or 53.24% from 139); Blue value is 46 (18.36% from 255 or 33.09% from 139); Max value from RGB is 74 - color contains mainly: green. Hex color #134A2E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #134A2E is #ECB5D1. Grayscale: #363636. Windows color (decimal): -15513042 or 3033619. OLE color: 3033619.

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

Color convert

RGB197446-
CMYK0.7400.380.71
HSL149.45º59.14%18.24%-
HSV(B)149.45º74.32%29.02%-
XYZ3.215.233.43-
YUV54.36123.28102.78-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 13.67%
GREEN value IS 74 (29.30% from 255) = 53.24%
BLUE value IS 46 (18.36% from 255) = 33.09%
R=13.67%
G=53.24%
B=33.09%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal1974460.7400.380.71149.4559.1418.24
Hex134A2E4A02647953b12
Octal23112561120461072257322
Binary1001110010101011101001010010011010001111001010111101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #134A2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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