#134828

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

Shades of Zuccini #134828

Tints of Zuccini #134828

Color information

#134828 (or 0x134828) is unknown color: approx Zuccini. HEX triplet: 13, 48 and 28. RGB value is (19,72,40). Sum of RGB (Red+Green+Blue) = 19+72+40=131 (17% of max value = 765). Red value is 19 (7.81% from 255 or 14.50% from 131); Green value is 72 (28.52% from 255 or 54.96% from 131); Blue value is 40 (16.02% from 255 or 30.53% from 131); Max value from RGB is 72 - color contains mainly: green. Hex color #134828 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #134828 is #ECB7D7. Grayscale: #343434. Windows color (decimal): -15513560 or 2639891. OLE color: 2639891.

HSL color Cylindrical-coordinate representation of color #134828: hue angle of 143.77º degrees, saturation: 0.58, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #134828 is Cyan = 0.74, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.72.

Color convert

RGB197240-
CMYK0.7400.440.72
HSL143.77º58.24%17.84%-
HSV(B)143.77º73.61%28.24%-
XYZ2.974.932.8-
YUV52.5120.94104.1-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 14.50%
GREEN value IS 72 (28.52% from 255) = 54.96%
BLUE value IS 40 (16.02% from 255) = 30.53%
R=14.50%
G=54.96%
B=30.53%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal1972400.7400.440.72143.7758.2417.84
Hex1348284A02C48903a12
Octal23110501120541102207222
Binary1001110010001010001001010010110010010001001000011101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #134828

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #134828; }

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

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

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

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

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

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

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

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