#19402B

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

Shades of Zuccini #19402B

Tints of Zuccini #19402B

Color information

#19402B (or 0x19402B) is unknown color: approx Zuccini. HEX triplet: 19, 40 and 2B. RGB value is (25,64,43). Sum of RGB (Red+Green+Blue) = 25+64+43=132 (17% of max value = 765). Red value is 25 (10.16% from 255 or 18.94% from 132); Green value is 64 (25.39% from 255 or 48.48% from 132); Blue value is 43 (17.19% from 255 or 32.58% from 132); Max value from RGB is 64 - color contains mainly: green. Hex color #19402B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #19402B is #E6BFD4. Grayscale: #313131. Windows color (decimal): -15122389 or 2834457. OLE color: 2834457.

HSL color Cylindrical-coordinate representation of color #19402B: hue angle of 147.69º degrees, saturation: 0.44, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #19402B is Cyan = 0.61, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.75.

Color convert

RGB256443-
CMYK0.6100.330.75
HSL147.69º43.82%17.45%-
HSV(B)147.69º60.94%25.1%-
XYZ2.674.052.93-
YUV49.94124.08110.21-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 18.94%
GREEN value IS 64 (25.39% from 255) = 48.48%
BLUE value IS 43 (17.19% from 255) = 32.58%
R=18.94%
G=48.48%
B=32.58%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal2564430.6100.330.75147.6943.8217.45
Hex19402B3D0214B942c11
Octal3110053750411132245421
Binary110011000000101011111101010000110010111001010010110010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19402B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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