#184930

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

Shades of Zuccini #184930

Tints of Zuccini #184930

Color information

#184930 (or 0x184930) is unknown color: approx Zuccini. HEX triplet: 18, 49 and 30. RGB value is (24,73,48). Sum of RGB (Red+Green+Blue) = 24+73+48=145 (19% of max value = 765). Red value is 24 (9.77% from 255 or 16.55% from 145); Green value is 73 (28.91% from 255 or 50.34% from 145); Blue value is 48 (19.14% from 255 or 33.10% from 145); Max value from RGB is 73 - color contains mainly: green. Hex color #184930 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #184930 is #E7B6CF. Grayscale: #373737. Windows color (decimal): -15185616 or 3164440. OLE color: 3164440.

HSL color Cylindrical-coordinate representation of color #184930: hue angle of 149.39º degrees, saturation: 0.51, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #184930 is Cyan = 0.67, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.71.

Color convert

RGB247348-
CMYK0.6700.340.71
HSL149.39º50.52%19.02%-
HSV(B)149.39º67.12%28.63%-
XYZ3.295.173.62-
YUV55.5123.77105.53-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 16.55%
GREEN value IS 73 (28.91% from 255) = 50.34%
BLUE value IS 48 (19.14% from 255) = 33.10%
R=16.55%
G=50.34%
B=33.10%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal2473480.6700.340.71149.3950.5219.02
Hex1849304302247953313
Octal30111601030421072256323
Binary1100010010011100001000011010001010001111001010111001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #184930

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #184930; }

 p { color: rgb(24,73,48); }

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

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

 a { background-color: rgb(24,73,48); }

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

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

 span { border-color: rgb(24,73,48); }

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