#134630

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

Shades of Zuccini #134630

Tints of Zuccini #134630

Color information

#134630 (or 0x134630) is unknown color: approx Zuccini. HEX triplet: 13, 46 and 30. RGB value is (19,70,48). Sum of RGB (Red+Green+Blue) = 19+70+48=137 (18% of max value = 765). Red value is 19 (7.81% from 255 or 13.87% from 137); Green value is 70 (27.73% from 255 or 51.09% from 137); Blue value is 48 (19.14% from 255 or 35.04% from 137); Max value from RGB is 70 - color contains mainly: green. Hex color #134630 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #134630 is #ECB9CF. Grayscale: #343434. Windows color (decimal): -15514064 or 3163667. OLE color: 3163667.

HSL color Cylindrical-coordinate representation of color #134630: hue angle of 154.12º 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 #134630 is Cyan = 0.73, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.73.

Color convert

RGB197048-
CMYK0.7300.310.73
HSL154.12º57.3%17.45%-
HSV(B)154.12º72.86%27.45%-
XYZ2.994.733.55-
YUV52.24125.6104.29-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 13.87%
GREEN value IS 70 (27.73% from 255) = 51.09%
BLUE value IS 48 (19.14% from 255) = 35.04%
R=13.87%
G=51.09%
B=35.04%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal1970480.7300.310.73154.1257.317.45
Hex1346304901F499a3911
Octal23106601110371112327121
Binary100111000110110000100100101111110010011001101011100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #134630

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #134630; }

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

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

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

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

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

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

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

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