#184230

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

Shades of Zuccini #184230

Tints of Zuccini #184230

Color information

#184230 (or 0x184230) is unknown color: approx Zuccini. HEX triplet: 18, 42 and 30. RGB value is (24,66,48). Sum of RGB (Red+Green+Blue) = 24+66+48=138 (18% of max value = 765). Red value is 24 (9.77% from 255 or 17.39% from 138); Green value is 66 (26.17% from 255 or 47.83% from 138); Blue value is 48 (19.14% from 255 or 34.78% from 138); Max value from RGB is 66 - color contains mainly: green. Hex color #184230 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #184230 is #E7BDCF. Grayscale: #333333. Windows color (decimal): -15187408 or 3162648. OLE color: 3162648.

HSL color Cylindrical-coordinate representation of color #184230: hue angle of 154.29º degrees, saturation: 0.47, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #184230 is Cyan = 0.64, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.74.

Color convert

RGB246648-
CMYK0.6400.270.74
HSL154.29º46.67%17.65%-
HSV(B)154.29º63.64%25.88%-
XYZ2.864.33.48-
YUV51.39126.09108.46-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 17.39%
GREEN value IS 66 (26.17% from 255) = 47.83%
BLUE value IS 48 (19.14% from 255) = 34.78%
R=17.39%
G=47.83%
B=34.78%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal2466480.6400.270.74154.2946.6717.65
Hex1842304001B4A9a2f12
Octal30102601000331122325722
Binary110001000010110000100000001101110010101001101010111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #184230

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #184230; }

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

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

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

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

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

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

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

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