#134931

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

Shades of Zuccini #134931

Tints of Zuccini #134931

Color information

#134931 (or 0x134931) is unknown color: approx Zuccini. HEX triplet: 13, 49 and 31. RGB value is (19,73,49). Sum of RGB (Red+Green+Blue) = 19+73+49=141 (18% of max value = 765). Red value is 19 (7.81% from 255 or 13.48% from 141); Green value is 73 (28.91% from 255 or 51.77% from 141); Blue value is 49 (19.53% from 255 or 34.75% from 141); Max value from RGB is 73 - color contains mainly: green. Hex color #134931 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #134931 is #ECB6CE. Grayscale: #363636. Windows color (decimal): -15513295 or 3229971. OLE color: 3229971.

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

Color convert

RGB197349-
CMYK0.7400.330.71
HSL153.33º58.7%18.04%-
HSV(B)153.33º73.97%28.63%-
XYZ3.215.133.73-
YUV54.12125.11102.95-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 13.48%
GREEN value IS 73 (28.91% from 255) = 51.77%
BLUE value IS 49 (19.53% from 255) = 34.75%
R=13.48%
G=51.77%
B=34.75%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal1973490.7400.330.71153.3358.718.04
Hex1349314A02147993b12
Octal23111611120411072317322
Binary1001110010011100011001010010000110001111001100111101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #134931

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #134931; }

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

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

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

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

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

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

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

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