#184828

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

Shades of Zuccini #184828

Tints of Zuccini #184828

Color information

#184828 (or 0x184828) is unknown color: approx Zuccini. HEX triplet: 18, 48 and 28. RGB value is (24,72,40). Sum of RGB (Red+Green+Blue) = 24+72+40=136 (18% of max value = 765). Red value is 24 (9.77% from 255 or 17.65% from 136); Green value is 72 (28.52% from 255 or 52.94% from 136); Blue value is 40 (16.02% from 255 or 29.41% from 136); Max value from RGB is 72 - color contains mainly: green. Hex color #184828 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #184828 is #E7B7D7. Grayscale: #363636. Windows color (decimal): -15185880 or 2639896. OLE color: 2639896.

HSL color Cylindrical-coordinate representation of color #184828: hue angle of 140º degrees, saturation: 0.5, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #184828 is Cyan = 0.67, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.72.

Color convert

RGB247240-
CMYK0.6700.440.72
HSL140º50%18.82%-
HSV(B)140º66.67%28.24%-
XYZ3.084.982.81-
YUV54120.1106.6-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 17.65%
GREEN value IS 72 (28.52% from 255) = 52.94%
BLUE value IS 40 (16.02% from 255) = 29.41%
R=17.65%
G=52.94%
B=29.41%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal2472400.6700.440.721405018.82
Hex1848284302C488c3213
Octal30110501030541102146223
Binary1100010010001010001000011010110010010001000110011001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #184828

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #184828; }

 p { color: rgb(24,72,40); }

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

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

 a { background-color: rgb(24,72,40); }

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

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

 span { border-color: rgb(24,72,40); }

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