#134930

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

Shades of Zuccini #134930

Tints of Zuccini #134930

Color information

#134930 (or 0x134930) is unknown color: approx Zuccini. HEX triplet: 13, 49 and 30. RGB value is (19,73,48). Sum of RGB (Red+Green+Blue) = 19+73+48=140 (18% of max value = 765). Red value is 19 (7.81% from 255 or 13.57% from 140); Green value is 73 (28.91% from 255 or 52.14% from 140); Blue value is 48 (19.14% from 255 or 34.29% from 140); Max value from RGB is 73 - color contains mainly: green. Hex color #134930 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #134930 is #ECB6CF. Grayscale: #363636. Windows color (decimal): -15513296 or 3164435. OLE color: 3164435.

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

Color convert

RGB197348-
CMYK0.7400.340.71
HSL152.22º58.7%18.04%-
HSV(B)152.22º73.97%28.63%-
XYZ3.185.123.62-
YUV54124.61103.03-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 13.57%
GREEN value IS 73 (28.91% from 255) = 52.14%
BLUE value IS 48 (19.14% from 255) = 34.29%
R=13.57%
G=52.14%
B=34.29%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal1973480.7400.340.71152.2258.718.04
Hex1349304A02247983b12
Octal23111601120421072307322
Binary1001110010011100001001010010001010001111001100011101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #134930

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #134930; }

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

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

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

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

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

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

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

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