#134328

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

Shades of Zuccini #134328

Tints of Zuccini #134328

Color information

#134328 (or 0x134328) is unknown color: approx Zuccini. HEX triplet: 13, 43 and 28. RGB value is (19,67,40). Sum of RGB (Red+Green+Blue) = 19+67+40=126 (16% of max value = 765). Red value is 19 (7.81% from 255 or 15.08% from 126); Green value is 67 (26.56% from 255 or 53.17% from 126); Blue value is 40 (16.02% from 255 or 31.75% from 126); Max value from RGB is 67 - color contains mainly: green. Hex color #134328 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #134328 is #ECBCD7. Grayscale: #313131. Windows color (decimal): -15514840 or 2638611. OLE color: 2638611.

HSL color Cylindrical-coordinate representation of color #134328: hue angle of 146.25º degrees, saturation: 0.56, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #134328 is Cyan = 0.72, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.74.

Color convert

RGB196740-
CMYK0.7200.400.74
HSL146.25º55.81%16.86%-
HSV(B)146.25º71.64%26.27%-
XYZ2.664.312.7-
YUV49.57122.6106.2-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 15.08%
GREEN value IS 67 (26.56% from 255) = 53.17%
BLUE value IS 40 (16.02% from 255) = 31.75%
R=15.08%
G=53.17%
B=31.75%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal1967400.7200.400.74146.2555.8116.86
Hex134328480284A923811
Octal23103501100501122227021
Binary1001110000111010001001000010100010010101001001011100010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #134328

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #134328; }

 p { color: rgb(19,67,40); }

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

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

 a { background-color: rgb(19,67,40); }

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

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

 span { border-color: rgb(19,67,40); }

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