#18492A

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

Shades of Zuccini #18492A

Tints of Zuccini #18492A

Color information

#18492A (or 0x18492A) is unknown color: approx Zuccini. HEX triplet: 18, 49 and 2A. RGB value is (24,73,42). Sum of RGB (Red+Green+Blue) = 24+73+42=139 (18% of max value = 765). Red value is 24 (9.77% from 255 or 17.27% from 139); Green value is 73 (28.91% from 255 or 52.52% from 139); Blue value is 42 (16.80% from 255 or 30.22% from 139); Max value from RGB is 73 - color contains mainly: green. Hex color #18492A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #18492A is #E7B6D5. Grayscale: #363636. Windows color (decimal): -15185622 or 2771224. OLE color: 2771224.

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

Color convert

RGB247342-
CMYK0.6700.420.71
HSL142.04º50.52%19.02%-
HSV(B)142.04º67.12%28.63%-
XYZ3.185.133.01-
YUV54.82120.77106.02-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 17.27%
GREEN value IS 73 (28.91% from 255) = 52.52%
BLUE value IS 42 (16.80% from 255) = 30.22%
R=17.27%
G=52.52%
B=30.22%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal2473420.6700.420.71142.0450.5219.02
Hex18492A4302A478e3313
Octal30111521030521072166323
Binary1100010010011010101000011010101010001111000111011001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18492A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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