#18442A

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

Shades of Zuccini #18442A

Tints of Zuccini #18442A

Color information

#18442A (or 0x18442A) is unknown color: approx Zuccini. HEX triplet: 18, 44 and 2A. RGB value is (24,68,42). Sum of RGB (Red+Green+Blue) = 24+68+42=134 (17% of max value = 765). Red value is 24 (9.77% from 255 or 17.91% from 134); Green value is 68 (26.95% from 255 or 50.75% from 134); Blue value is 42 (16.80% from 255 or 31.34% from 134); Max value from RGB is 68 - color contains mainly: green. Hex color #18442A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #18442A is #E7BBD5. Grayscale: #333333. Windows color (decimal): -15186902 or 2769944. OLE color: 2769944.

HSL color Cylindrical-coordinate representation of color #18442A: hue angle of 144.55º degrees, saturation: 0.48, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #18442A is Cyan = 0.65, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.73.

Color convert

RGB246842-
CMYK0.6500.380.73
HSL144.55º47.83%18.04%-
HSV(B)144.55º64.71%26.67%-
XYZ2.864.52.91-
YUV51.88122.42108.11-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 17.91%
GREEN value IS 68 (26.95% from 255) = 50.75%
BLUE value IS 42 (16.80% from 255) = 31.34%
R=17.91%
G=50.75%
B=31.34%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal2468420.6500.380.73144.5547.8318.04
Hex18442A4102649913012
Octal30104521010461112216022
Binary1100010001001010101000001010011010010011001000111000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18442A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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