#134731

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

Shades of Zuccini #134731

Tints of Zuccini #134731

Color information

#134731 (or 0x134731) is unknown color: approx Zuccini. HEX triplet: 13, 47 and 31. RGB value is (19,71,49). Sum of RGB (Red+Green+Blue) = 19+71+49=139 (18% of max value = 765). Red value is 19 (7.81% from 255 or 13.67% from 139); Green value is 71 (28.12% from 255 or 51.08% from 139); Blue value is 49 (19.53% from 255 or 35.25% from 139); Max value from RGB is 71 - color contains mainly: green. Hex color #134731 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #134731 is #ECB8CE. Grayscale: #343434. Windows color (decimal): -15513807 or 3229459. OLE color: 3229459.

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

Color convert

RGB197149-
CMYK0.7300.310.72
HSL154.62º57.78%17.65%-
HSV(B)154.62º73.24%27.84%-
XYZ3.084.873.68-
YUV52.94125.77103.79-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 13.67%
GREEN value IS 71 (28.12% from 255) = 51.08%
BLUE value IS 49 (19.53% from 255) = 35.25%
R=13.67%
G=51.08%
B=35.25%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal1971490.7300.310.72154.6257.7817.65
Hex1347314901F489b3a12
Octal23107611110371102337222
Binary100111000111110001100100101111110010001001101111101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #134731

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #134731; }

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

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

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

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

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

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

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

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