#134627

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

Shades of Zuccini #134627

Tints of Zuccini #134627

Color information

#134627 (or 0x134627) is unknown color: approx Zuccini. HEX triplet: 13, 46 and 27. RGB value is (19,70,39). Sum of RGB (Red+Green+Blue) = 19+70+39=128 (16% of max value = 765). Red value is 19 (7.81% from 255 or 14.84% from 128); Green value is 70 (27.73% from 255 or 54.69% from 128); Blue value is 39 (15.62% from 255 or 30.47% from 128); Max value from RGB is 70 - color contains mainly: green. Hex color #134627 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #134627 is #ECB9D8. Grayscale: #333333. Windows color (decimal): -15514073 or 2573843. OLE color: 2573843.

HSL color Cylindrical-coordinate representation of color #134627: hue angle of 143.53º degrees, saturation: 0.57, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #134627 is Cyan = 0.73, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.73.

Color convert

RGB197039-
CMYK0.7300.440.73
HSL143.53º57.3%17.45%-
HSV(B)143.53º72.86%27.45%-
XYZ2.824.672.67-
YUV51.22121.1105.02-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 14.84%
GREEN value IS 70 (27.73% from 255) = 54.69%
BLUE value IS 39 (15.62% from 255) = 30.47%
R=14.84%
G=54.69%
B=30.47%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal1970390.7300.440.73143.5357.317.45
Hex1346274902C49903911
Octal23106471110541112207121
Binary1001110001101001111001001010110010010011001000011100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #134627

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #134627; }

 p { color: rgb(19,70,39); }

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

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

 a { background-color: rgb(19,70,39); }

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

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

 span { border-color: rgb(19,70,39); }

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