#19462A

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

Shades of Zuccini #19462A

Tints of Zuccini #19462A

Color information

#19462A (or 0x19462A) is unknown color: approx Zuccini. HEX triplet: 19, 46 and 2A. RGB value is (25,70,42). Sum of RGB (Red+Green+Blue) = 25+70+42=137 (18% of max value = 765). Red value is 25 (10.16% from 255 or 18.25% from 137); Green value is 70 (27.73% from 255 or 51.09% from 137); Blue value is 42 (16.80% from 255 or 30.66% from 137); Max value from RGB is 70 - color contains mainly: green. Hex color #19462A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #19462A is #E6B9D5. Grayscale: #353535. Windows color (decimal): -15120854 or 2770457. OLE color: 2770457.

HSL color Cylindrical-coordinate representation of color #19462A: hue angle of 142.67º degrees, saturation: 0.47, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #19462A is Cyan = 0.64, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.73.

Color convert

RGB257042-
CMYK0.6400.400.73
HSL142.67º47.37%18.63%-
HSV(B)142.67º64.29%27.45%-
XYZ3.014.752.95-
YUV53.35121.59107.78-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 18.25%
GREEN value IS 70 (27.73% from 255) = 51.09%
BLUE value IS 42 (16.80% from 255) = 30.66%
R=18.25%
G=51.09%
B=30.66%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal2570420.6400.400.73142.6747.3718.63
Hex19462A40028498f2f13
Octal31106521000501112175723
Binary1100110001101010101000000010100010010011000111110111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19462A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(25,70,42); }

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

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

 a { background-color: rgb(25,70,42); }

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

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

 span { border-color: rgb(25,70,42); }

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