#13422E

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

Shades of Zuccini #13422E

Tints of Zuccini #13422E

Color information

#13422E (or 0x13422E) is unknown color: approx Zuccini. HEX triplet: 13, 42 and 2E. RGB value is (19,66,46). Sum of RGB (Red+Green+Blue) = 19+66+46=131 (17% of max value = 765). Red value is 19 (7.81% from 255 or 14.50% from 131); Green value is 66 (26.17% from 255 or 50.38% from 131); Blue value is 46 (18.36% from 255 or 35.11% from 131); Max value from RGB is 66 - color contains mainly: green. Hex color #13422E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #13422E is #ECBDD1. Grayscale: #313131. Windows color (decimal): -15515090 or 3031571. OLE color: 3031571.

HSL color Cylindrical-coordinate representation of color #13422E: hue angle of 154.47º 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 #13422E is Cyan = 0.71, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.74.

Color convert

RGB196646-
CMYK0.7100.300.74
HSL154.47º55.29%16.67%-
HSV(B)154.47º71.21%25.88%-
XYZ2.714.233.26-
YUV49.67125.93106.13-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 14.50%
GREEN value IS 66 (26.17% from 255) = 50.38%
BLUE value IS 46 (18.36% from 255) = 35.11%
R=14.50%
G=50.38%
B=35.11%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal1966460.7100.300.74154.4755.2916.67
Hex13422E4701E4A9a3711
Octal23102561070361122326721
Binary100111000010101110100011101111010010101001101011011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13422E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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