#18492B

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

Shades of Zuccini #18492B

Tints of Zuccini #18492B

Color information

#18492B (or 0x18492B) is unknown color: approx Zuccini. HEX triplet: 18, 49 and 2B. RGB value is (24,73,43). Sum of RGB (Red+Green+Blue) = 24+73+43=140 (18% of max value = 765). Red value is 24 (9.77% from 255 or 17.14% from 140); Green value is 73 (28.91% from 255 or 52.14% from 140); Blue value is 43 (17.19% from 255 or 30.71% from 140); Max value from RGB is 73 - color contains mainly: green. Hex color #18492B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #18492B is #E7B6D4. Grayscale: #373737. Windows color (decimal): -15185621 or 2836760. OLE color: 2836760.

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

Color convert

RGB247343-
CMYK0.6700.410.71
HSL143.27º50.52%19.02%-
HSV(B)143.27º67.12%28.63%-
XYZ3.25.133.11-
YUV54.93121.27105.94-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 17.14%
GREEN value IS 73 (28.91% from 255) = 52.14%
BLUE value IS 43 (17.19% from 255) = 30.71%
R=17.14%
G=52.14%
B=30.71%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal2473430.6700.410.71143.2750.5219.02
Hex18492B43029478f3313
Octal30111531030511072176323
Binary1100010010011010111000011010100110001111000111111001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18492B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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