#134929

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

Shades of Zuccini #134929

Tints of Zuccini #134929

Color information

#134929 (or 0x134929) is unknown color: approx Zuccini. HEX triplet: 13, 49 and 29. RGB value is (19,73,41). Sum of RGB (Red+Green+Blue) = 19+73+41=133 (17% of max value = 765). Red value is 19 (7.81% from 255 or 14.29% from 133); Green value is 73 (28.91% from 255 or 54.89% from 133); Blue value is 41 (16.41% from 255 or 30.83% from 133); Max value from RGB is 73 - color contains mainly: green. Hex color #134929 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #134929 is #ECB6D6. Grayscale: #353535. Windows color (decimal): -15513303 or 2705683. OLE color: 2705683.

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

Color convert

RGB197341-
CMYK0.7400.440.71
HSL144.44º58.7%18.04%-
HSV(B)144.44º73.97%28.63%-
XYZ3.055.062.91-
YUV53.21121.11103.6-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 14.29%
GREEN value IS 73 (28.91% from 255) = 54.89%
BLUE value IS 41 (16.41% from 255) = 30.83%
R=14.29%
G=54.89%
B=30.83%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal1973410.7400.440.71144.4458.718.04
Hex1349294A02C47903b12
Octal23111511120541072207322
Binary1001110010011010011001010010110010001111001000011101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #134929

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #134929; }

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

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

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

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

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

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

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

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