#13442A

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

Shades of Zuccini #13442A

Tints of Zuccini #13442A

Color information

#13442A (or 0x13442A) is unknown color: approx Zuccini. HEX triplet: 13, 44 and 2A. RGB value is (19,68,42). Sum of RGB (Red+Green+Blue) = 19+68+42=129 (17% of max value = 765). Red value is 19 (7.81% from 255 or 14.73% from 129); Green value is 68 (26.95% from 255 or 52.71% from 129); Blue value is 42 (16.80% from 255 or 32.56% from 129); Max value from RGB is 68 - color contains mainly: green. Hex color #13442A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #13442A is #ECBBD5. Grayscale: #323232. Windows color (decimal): -15514582 or 2769939. OLE color: 2769939.

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

Color convert

RGB196842-
CMYK0.7200.380.73
HSL148.16º56.32%17.06%-
HSV(B)148.16º72.06%26.67%-
XYZ2.754.442.9-
YUV50.38123.27105.61-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 14.73%
GREEN value IS 68 (26.95% from 255) = 52.71%
BLUE value IS 42 (16.80% from 255) = 32.56%
R=14.73%
G=52.71%
B=32.56%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal1968420.7200.380.73148.1656.3217.06
Hex13442A4802649943811
Octal23104521100461112247021
Binary1001110001001010101001000010011010010011001010011100010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13442A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #13442A; }

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

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

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

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

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

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

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

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