#13422B

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

Shades of Zuccini #13422B

Tints of Zuccini #13422B

Color information

#13422B (or 0x13422B) is unknown color: approx Zuccini. HEX triplet: 13, 42 and 2B. RGB value is (19,66,43). Sum of RGB (Red+Green+Blue) = 19+66+43=128 (16% of max value = 765). Red value is 19 (7.81% from 255 or 14.84% from 128); Green value is 66 (26.17% from 255 or 51.56% from 128); Blue value is 43 (17.19% from 255 or 33.59% from 128); Max value from RGB is 66 - color contains mainly: green. Hex color #13422B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #13422B is #ECBDD4. Grayscale: #313131. Windows color (decimal): -15515093 or 2834963. OLE color: 2834963.

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

Color convert

RGB196643-
CMYK0.7100.350.74
HSL150.64º55.29%16.67%-
HSV(B)150.64º71.21%25.88%-
XYZ2.654.212.96-
YUV49.32124.43106.37-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 14.84%
GREEN value IS 66 (26.17% from 255) = 51.56%
BLUE value IS 43 (17.19% from 255) = 33.59%
R=14.84%
G=51.56%
B=33.59%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal1966430.7100.350.74150.6455.2916.67
Hex13422B470234A973711
Octal23102531070431122276721
Binary1001110000101010111000111010001110010101001011111011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13422B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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