#134631

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

Shades of Zuccini #134631

Tints of Zuccini #134631

Color information

#134631 (or 0x134631) is unknown color: approx Zuccini. HEX triplet: 13, 46 and 31. RGB value is (19,70,49). Sum of RGB (Red+Green+Blue) = 19+70+49=138 (18% of max value = 765). Red value is 19 (7.81% from 255 or 13.77% from 138); Green value is 70 (27.73% from 255 or 50.72% from 138); Blue value is 49 (19.53% from 255 or 35.51% from 138); Max value from RGB is 70 - color contains mainly: green. Hex color #134631 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #134631 is #ECB9CE. Grayscale: #343434. Windows color (decimal): -15514063 or 3229203. OLE color: 3229203.

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

Color convert

RGB197049-
CMYK0.7300.300.73
HSL155.29º57.3%17.45%-
HSV(B)155.29º72.86%27.45%-
XYZ3.014.743.66-
YUV52.36126.1104.21-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 13.77%
GREEN value IS 70 (27.73% from 255) = 50.72%
BLUE value IS 49 (19.53% from 255) = 35.51%
R=13.77%
G=50.72%
B=35.51%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal1970490.7300.300.73155.2957.317.45
Hex1346314901E499b3911
Octal23106611110361112337121
Binary100111000110110001100100101111010010011001101111100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #134631

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #134631; }

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

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

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

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

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

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

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

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