#184C28

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

Shades of Zuccini #184C28

Tints of Zuccini #184C28

Color information

#184C28 (or 0x184C28) is unknown color: approx Zuccini. HEX triplet: 18, 4C and 28. RGB value is (24,76,40). Sum of RGB (Red+Green+Blue) = 24+76+40=140 (18% of max value = 765). Red value is 24 (9.77% from 255 or 17.14% from 140); Green value is 76 (30.08% from 255 or 54.29% from 140); Blue value is 40 (16.02% from 255 or 28.57% from 140); Max value from RGB is 76 - color contains mainly: green. Hex color #184C28 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #184C28 is #E7B3D7. Grayscale: #383838. Windows color (decimal): -15184856 or 2640920. OLE color: 2640920.

HSL color Cylindrical-coordinate representation of color #184C28: hue angle of 138.46º 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 #184C28 is Cyan = 0.68, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.70.

Color convert

RGB247640-
CMYK0.6800.470.70
HSL138.46º52%19.61%-
HSV(B)138.46º68.42%29.8%-
XYZ3.345.522.9-
YUV56.35118.77104.93-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 17.14%
GREEN value IS 76 (30.08% from 255) = 54.29%
BLUE value IS 40 (16.02% from 255) = 28.57%
R=17.14%
G=54.29%
B=28.57%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal2476400.6800.470.70138.465219.61
Hex184C284402F468a3414
Octal30114501040571062126424
Binary1100010011001010001000100010111110001101000101011010010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #184C28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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