#19482E

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

Shades of Zuccini #19482E

Tints of Zuccini #19482E

Color information

#19482E (or 0x19482E) is unknown color: approx Zuccini. HEX triplet: 19, 48 and 2E. RGB value is (25,72,46). Sum of RGB (Red+Green+Blue) = 25+72+46=143 (18% of max value = 765). Red value is 25 (10.16% from 255 or 17.48% from 143); Green value is 72 (28.52% from 255 or 50.35% from 143); Blue value is 46 (18.36% from 255 or 32.17% from 143); Max value from RGB is 72 - color contains mainly: green. Hex color #19482E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #19482E is #E6B7D1. Grayscale: #373737. Windows color (decimal): -15120338 or 3033113. OLE color: 3033113.

HSL color Cylindrical-coordinate representation of color #19482E: hue angle of 146.81º degrees, saturation: 0.48, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #19482E is Cyan = 0.65, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.72.

Color convert

RGB257246-
CMYK0.6500.360.72
HSL146.81º48.45%19.02%-
HSV(B)146.81º65.28%28.24%-
XYZ3.215.043.39-
YUV54.98122.93106.61-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 17.48%
GREEN value IS 72 (28.52% from 255) = 50.35%
BLUE value IS 46 (18.36% from 255) = 32.17%
R=17.48%
G=50.35%
B=32.17%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal2572460.6500.360.72146.8148.4519.02
Hex19482E4102448933013
Octal31110561010441102236023
Binary1100110010001011101000001010010010010001001001111000010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19482E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(25,72,46); }

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

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

 a { background-color: rgb(25,72,46); }

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

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

 span { border-color: rgb(25,72,46); }

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