#18492E

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

Shades of Zuccini #18492E

Tints of Zuccini #18492E

Color information

#18492E (or 0x18492E) is unknown color: approx Zuccini. HEX triplet: 18, 49 and 2E. RGB value is (24,73,46). Sum of RGB (Red+Green+Blue) = 24+73+46=143 (18% of max value = 765). Red value is 24 (9.77% from 255 or 16.78% from 143); Green value is 73 (28.91% from 255 or 51.05% from 143); Blue value is 46 (18.36% from 255 or 32.17% from 143); Max value from RGB is 73 - color contains mainly: green. Hex color #18492E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #18492E is #E7B6D1. Grayscale: #373737. Windows color (decimal): -15185618 or 3033368. OLE color: 3033368.

HSL color Cylindrical-coordinate representation of color #18492E: hue angle of 146.94º degrees, saturation: 0.51, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #18492E is Cyan = 0.67, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.71.

Color convert

RGB247346-
CMYK0.6700.370.71
HSL146.94º50.52%19.02%-
HSV(B)146.94º67.12%28.63%-
XYZ3.255.163.41-
YUV55.27122.77105.7-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 16.78%
GREEN value IS 73 (28.91% from 255) = 51.05%
BLUE value IS 46 (18.36% from 255) = 32.17%
R=16.78%
G=51.05%
B=32.17%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal2473460.6700.370.71146.9450.5219.02
Hex18492E4302547933313
Octal30111561030451072236323
Binary1100010010011011101000011010010110001111001001111001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18492E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(24,73,46); }

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

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

 a { background-color: rgb(24,73,46); }

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

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

 span { border-color: rgb(24,73,46); }

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