#13422A

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

Shades of Zuccini #13422A

Tints of Zuccini #13422A

Color information

#13422A (or 0x13422A) is unknown color: approx Zuccini. HEX triplet: 13, 42 and 2A. RGB value is (19,66,42). Sum of RGB (Red+Green+Blue) = 19+66+42=127 (16% of max value = 765). Red value is 19 (7.81% from 255 or 14.96% from 127); Green value is 66 (26.17% from 255 or 51.97% from 127); Blue value is 42 (16.80% from 255 or 33.07% from 127); Max value from RGB is 66 - color contains mainly: green. Hex color #13422A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #13422A is #ECBDD5. Grayscale: #313131. Windows color (decimal): -15515094 or 2769427. OLE color: 2769427.

HSL color Cylindrical-coordinate representation of color #13422A: hue angle of 149.36º degrees, saturation: 0.55, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #13422A is Cyan = 0.71, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.74.

Color convert

RGB196642-
CMYK0.7100.360.74
HSL149.36º55.29%16.67%-
HSV(B)149.36º71.21%25.88%-
XYZ2.634.22.86-
YUV49.21123.93106.45-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 14.96%
GREEN value IS 66 (26.17% from 255) = 51.97%
BLUE value IS 42 (16.80% from 255) = 33.07%
R=14.96%
G=51.97%
B=33.07%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal1966420.7100.360.74149.3655.2916.67
Hex13422A470244A953711
Octal23102521070441122256721
Binary1001110000101010101000111010010010010101001010111011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13422A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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