#134129

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

Shades of Zuccini #134129

Tints of Zuccini #134129

Color information

#134129 (or 0x134129) is unknown color: approx Zuccini. HEX triplet: 13, 41 and 29. RGB value is (19,65,41). Sum of RGB (Red+Green+Blue) = 19+65+41=125 (16% of max value = 765). Red value is 19 (7.81% from 255 or 15.2% from 125); Green value is 65 (25.78% from 255 or 52% from 125); Blue value is 41 (16.41% from 255 or 32.8% from 125); Max value from RGB is 65 - color contains mainly: green. Hex color #134129 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #134129 is #ECBED6. Grayscale: #303030. Windows color (decimal): -15515351 or 2703635. OLE color: 2703635.

HSL color Cylindrical-coordinate representation of color #134129: hue angle of 148.7º degrees, saturation: 0.55, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #134129 is Cyan = 0.71, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.75.

Color convert

RGB196541-
CMYK0.7100.370.75
HSL148.7º54.76%16.47%-
HSV(B)148.7º70.77%25.49%-
XYZ2.564.082.75-
YUV48.51123.76106.95-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 15.2%
GREEN value IS 65 (25.78% from 255) = 52%
BLUE value IS 41 (16.41% from 255) = 32.8%
R=15.2%
G=52%
B=32.8%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal1965410.7100.370.75148.754.7616.47
Hex134129470254B953710
Octal23101511070451132256720
Binary1001110000011010011000111010010110010111001010111011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #134129

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #134129; }

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

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

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

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

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

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

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

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