#184529

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

Shades of Zuccini #184529

Tints of Zuccini #184529

Color information

#184529 (or 0x184529) is unknown color: approx Zuccini. HEX triplet: 18, 45 and 29. RGB value is (24,69,41). Sum of RGB (Red+Green+Blue) = 24+69+41=134 (17% of max value = 765). Red value is 24 (9.77% from 255 or 17.91% from 134); Green value is 69 (27.34% from 255 or 51.49% from 134); Blue value is 41 (16.41% from 255 or 30.60% from 134); Max value from RGB is 69 - color contains mainly: green. Hex color #184529 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #184529 is #E7BAD6. Grayscale: #343434. Windows color (decimal): -15186647 or 2704664. OLE color: 2704664.

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

Color convert

RGB246941-
CMYK0.6500.410.73
HSL142.67º48.39%18.24%-
HSV(B)142.67º65.22%27.06%-
XYZ2.914.612.83-
YUV52.35121.59107.78-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 17.91%
GREEN value IS 69 (27.34% from 255) = 51.49%
BLUE value IS 41 (16.41% from 255) = 30.60%
R=17.91%
G=51.49%
B=30.60%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal2469410.6500.410.73142.6748.3918.24
Hex18452941029498f3012
Octal30105511010511112176022
Binary1100010001011010011000001010100110010011000111111000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #184529

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #184529; }

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

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

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

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

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

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

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

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