#134D29

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

Shades of Zuccini #134D29

Tints of Zuccini #134D29

Color information

#134D29 (or 0x134D29) is unknown color: approx Zuccini. HEX triplet: 13, 4D and 29. RGB value is (19,77,41). Sum of RGB (Red+Green+Blue) = 19+77+41=137 (18% of max value = 765). Red value is 19 (7.81% from 255 or 13.87% from 137); Green value is 77 (30.47% from 255 or 56.20% from 137); Blue value is 41 (16.41% from 255 or 29.93% from 137); Max value from RGB is 77 - color contains mainly: green. Hex color #134D29 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #134D29 is #ECB2D6. Grayscale: #373737. Windows color (decimal): -15512279 or 2706707. OLE color: 2706707.

HSL color Cylindrical-coordinate representation of color #134D29: hue angle of 142.76º degrees, saturation: 0.6, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #134D29 is Cyan = 0.75, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.70.

Color convert

RGB197741-
CMYK0.7500.470.70
HSL142.76º60.42%18.82%-
HSV(B)142.76º75.32%30.2%-
XYZ3.325.613-
YUV55.55119.78101.93-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 13.87%
GREEN value IS 77 (30.47% from 255) = 56.20%
BLUE value IS 41 (16.41% from 255) = 29.93%
R=13.87%
G=56.20%
B=29.93%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal1977410.7500.470.70142.7660.4218.82
Hex134D294B02F468f3c13
Octal23115511130571062177423
Binary1001110011011010011001011010111110001101000111111110010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #134D29

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(19,77,41); }

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

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

 a { background-color: rgb(19,77,41); }

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

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

 span { border-color: rgb(19,77,41); }

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