#13402C

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

Shades of Zuccini #13402C

Tints of Zuccini #13402C

Color information

#13402C (or 0x13402C) is unknown color: approx Zuccini. HEX triplet: 13, 40 and 2C. RGB value is (19,64,44). Sum of RGB (Red+Green+Blue) = 19+64+44=127 (16% of max value = 765). Red value is 19 (7.81% from 255 or 14.96% from 127); Green value is 64 (25.39% from 255 or 50.39% from 127); Blue value is 44 (17.58% from 255 or 34.65% from 127); Max value from RGB is 64 - color contains mainly: green. Hex color #13402C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #13402C is #ECBFD3. Grayscale: #303030. Windows color (decimal): -15515604 or 2899987. OLE color: 2899987.

HSL color Cylindrical-coordinate representation of color #13402C: hue angle of 153.33º degrees, saturation: 0.54, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #13402C is Cyan = 0.70, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.75.

Color convert

RGB196444-
CMYK0.7000.310.75
HSL153.33º54.22%16.27%-
HSV(B)153.33º70.31%25.1%-
XYZ2.563.993.02-
YUV48.26125.59107.13-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 14.96%
GREEN value IS 64 (25.39% from 255) = 50.39%
BLUE value IS 44 (17.58% from 255) = 34.65%
R=14.96%
G=50.39%
B=34.65%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal1964440.7000.310.75153.3354.2216.27
Hex13402C4601F4B993610
Octal23100541060371132316620
Binary100111000000101100100011001111110010111001100111011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13402C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #13402C; }

 p { color: rgb(19,64,44); }

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

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

 a { background-color: rgb(19,64,44); }

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

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

 span { border-color: rgb(19,64,44); }

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