#184C31

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

Shades of Zuccini #184C31

Tints of Zuccini #184C31

Color information

#184C31 (or 0x184C31) is unknown color: approx Zuccini. HEX triplet: 18, 4C and 31. RGB value is (24,76,49). Sum of RGB (Red+Green+Blue) = 24+76+49=149 (19% of max value = 765). Red value is 24 (9.77% from 255 or 16.11% from 149); Green value is 76 (30.08% from 255 or 51.01% from 149); Blue value is 49 (19.53% from 255 or 32.89% from 149); Max value from RGB is 76 - color contains mainly: green. Hex color #184C31 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #184C31 is #E7B3CE. Grayscale: #393939. Windows color (decimal): -15184847 or 3230744. OLE color: 3230744.

HSL color Cylindrical-coordinate representation of color #184C31: hue angle of 148.85º degrees, saturation: 0.52, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #184C31 is Cyan = 0.68, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.70.

Color convert

RGB247649-
CMYK0.6800.360.70
HSL148.85º52%19.61%-
HSV(B)148.85º68.42%29.8%-
XYZ3.525.583.8-
YUV57.37123.27104.2-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 16.11%
GREEN value IS 76 (30.08% from 255) = 51.01%
BLUE value IS 49 (19.53% from 255) = 32.89%
R=16.11%
G=51.01%
B=32.89%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal2476490.6800.360.70148.855219.61
Hex184C314402446953414
Octal30114611040441062256424
Binary1100010011001100011000100010010010001101001010111010010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #184C31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #184C31; }

 p { color: rgb(24,76,49); }

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

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

 a { background-color: rgb(24,76,49); }

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

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

 span { border-color: rgb(24,76,49); }

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