#134427

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

Shades of Zuccini #134427

Tints of Zuccini #134427

Color information

#134427 (or 0x134427) is unknown color: approx Zuccini. HEX triplet: 13, 44 and 27. RGB value is (19,68,39). Sum of RGB (Red+Green+Blue) = 19+68+39=126 (16% of max value = 765). Red value is 19 (7.81% from 255 or 15.08% from 126); Green value is 68 (26.95% from 255 or 53.97% from 126); Blue value is 39 (15.62% from 255 or 30.95% from 126); Max value from RGB is 68 - color contains mainly: green. Hex color #134427 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #134427 is #ECBBD8. Grayscale: #323232. Windows color (decimal): -15514585 or 2573331. OLE color: 2573331.

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

Color convert

RGB196839-
CMYK0.7200.430.73
HSL144.49º56.32%17.06%-
HSV(B)144.49º72.06%26.67%-
XYZ2.74.422.63-
YUV50.04121.77105.86-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 15.08%
GREEN value IS 68 (26.95% from 255) = 53.97%
BLUE value IS 39 (15.62% from 255) = 30.95%
R=15.08%
G=53.97%
B=30.95%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal1968390.7200.430.73144.4956.3217.06
Hex1344274802B49903811
Octal23104471100531112207021
Binary1001110001001001111001000010101110010011001000011100010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #134427

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #134427; }

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

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

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

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

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

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

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

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