#134F2B

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

Shades of Zuccini #134F2B

Tints of Zuccini #134F2B

Color information

#134F2B (or 0x134F2B) is unknown color: approx Zuccini. HEX triplet: 13, 4F and 2B. RGB value is (19,79,43). Sum of RGB (Red+Green+Blue) = 19+79+43=141 (18% of max value = 765). Red value is 19 (7.81% from 255 or 13.48% from 141); Green value is 79 (31.25% from 255 or 56.03% from 141); Blue value is 43 (17.19% from 255 or 30.50% from 141); Max value from RGB is 79 - color contains mainly: green. Hex color #134F2B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #134F2B is #ECB0D4. Grayscale: #393939. Windows color (decimal): -15511765 or 2838291. OLE color: 2838291.

HSL color Cylindrical-coordinate representation of color #134F2B: hue angle of 144º degrees, saturation: 0.61, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #134F2B is Cyan = 0.76, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.69.

Color convert

RGB197943-
CMYK0.7600.460.69
HSL144º61.22%19.22%-
HSV(B)144º75.95%30.98%-
XYZ3.55.93.24-
YUV56.96120.12100.93-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 13.48%
GREEN value IS 79 (31.25% from 255) = 56.03%
BLUE value IS 43 (17.19% from 255) = 30.50%
R=13.48%
G=56.03%
B=30.50%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal1979430.7600.460.6914461.2219.22
Hex134F2B4C02E45903d13
Octal23117531140561052207523
Binary1001110011111010111001100010111010001011001000011110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #134F2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(19,79,43); }

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

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

 a { background-color: rgb(19,79,43); }

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

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

 span { border-color: rgb(19,79,43); }

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