#13402B

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

Shades of Zuccini #13402B

Tints of Zuccini #13402B

Color information

#13402B (or 0x13402B) is unknown color: approx Zuccini. HEX triplet: 13, 40 and 2B. RGB value is (19,64,43). Sum of RGB (Red+Green+Blue) = 19+64+43=126 (16% of max value = 765). Red value is 19 (7.81% from 255 or 15.08% from 126); Green value is 64 (25.39% from 255 or 50.79% from 126); Blue value is 43 (17.19% from 255 or 34.13% from 126); Max value from RGB is 64 - color contains mainly: green. Hex color #13402B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #13402B is #ECBFD4. Grayscale: #303030. Windows color (decimal): -15515605 or 2834451. OLE color: 2834451.

HSL color Cylindrical-coordinate representation of color #13402B: hue angle of 152º 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 #13402B is Cyan = 0.70, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.75.

Color convert

RGB196443-
CMYK0.7000.330.75
HSL152º54.22%16.27%-
HSV(B)152º70.31%25.1%-
XYZ2.543.982.92-
YUV48.15125.09107.21-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 15.08%
GREEN value IS 64 (25.39% from 255) = 50.79%
BLUE value IS 43 (17.19% from 255) = 34.13%
R=15.08%
G=50.79%
B=34.13%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal1964430.7000.330.7515254.2216.27
Hex13402B460214B983610
Octal23100531060411132306620
Binary1001110000001010111000110010000110010111001100011011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13402B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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