#184129

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

Shades of Zuccini #184129

Tints of Zuccini #184129

Color information

#184129 (or 0x184129) is unknown color: approx Zuccini. HEX triplet: 18, 41 and 29. RGB value is (24,65,41). Sum of RGB (Red+Green+Blue) = 24+65+41=130 (17% of max value = 765). Red value is 24 (9.77% from 255 or 18.46% from 130); Green value is 65 (25.78% from 255 or 50% from 130); Blue value is 41 (16.41% from 255 or 31.54% from 130); Max value from RGB is 65 - color contains mainly: green. Hex color #184129 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #184129 is #E7BED6. Grayscale: #323232. Windows color (decimal): -15187671 or 2703640. OLE color: 2703640.

HSL color Cylindrical-coordinate representation of color #184129: hue angle of 144.88º degrees, saturation: 0.46, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #184129 is Cyan = 0.63, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.75.

Color convert

RGB246541-
CMYK0.6300.370.75
HSL144.88º46.07%17.45%-
HSV(B)144.88º63.08%25.49%-
XYZ2.674.132.76-
YUV50122.92109.45-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 18.46%
GREEN value IS 65 (25.78% from 255) = 50%
BLUE value IS 41 (16.41% from 255) = 31.54%
R=18.46%
G=50%
B=31.54%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal2465410.6300.370.75144.8846.0717.45
Hex1841293F0254B912e11
Octal3010151770451132215621
Binary110001000001101001111111010010110010111001000110111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #184129

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #184129; }

 p { color: rgb(24,65,41); }

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

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

 a { background-color: rgb(24,65,41); }

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

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

 span { border-color: rgb(24,65,41); }

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