#18442B

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

Shades of Zuccini #18442B

Tints of Zuccini #18442B

Color information

#18442B (or 0x18442B) is unknown color: approx Zuccini. HEX triplet: 18, 44 and 2B. RGB value is (24,68,43). Sum of RGB (Red+Green+Blue) = 24+68+43=135 (17% of max value = 765). Red value is 24 (9.77% from 255 or 17.78% from 135); Green value is 68 (26.95% from 255 or 50.37% from 135); Blue value is 43 (17.19% from 255 or 31.85% from 135); Max value from RGB is 68 - color contains mainly: green. Hex color #18442B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #18442B is #E7BBD4. Grayscale: #343434. Windows color (decimal): -15186901 or 2835480. OLE color: 2835480.

HSL color Cylindrical-coordinate representation of color #18442B: hue angle of 145.91º 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 #18442B is Cyan = 0.65, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.73.

Color convert

RGB246843-
CMYK0.6500.370.73
HSL145.91º47.83%18.04%-
HSV(B)145.91º64.71%26.67%-
XYZ2.884.53-
YUV51.99122.92108.03-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 17.78%
GREEN value IS 68 (26.95% from 255) = 50.37%
BLUE value IS 43 (17.19% from 255) = 31.85%
R=17.78%
G=50.37%
B=31.85%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal2468430.6500.370.73145.9147.8318.04
Hex18442B4102549923012
Octal30104531010451112226022
Binary1100010001001010111000001010010110010011001001011000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18442B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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