#184430

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

Shades of Zuccini #184430

Tints of Zuccini #184430

Color information

#184430 (or 0x184430) is unknown color: approx Zuccini. HEX triplet: 18, 44 and 30. RGB value is (24,68,48). Sum of RGB (Red+Green+Blue) = 24+68+48=140 (18% of max value = 765). Red value is 24 (9.77% from 255 or 17.14% from 140); Green value is 68 (26.95% from 255 or 48.57% from 140); Blue value is 48 (19.14% from 255 or 34.29% from 140); Max value from RGB is 68 - color contains mainly: green. Hex color #184430 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #184430 is #E7BBCF. Grayscale: #343434. Windows color (decimal): -15186896 or 3163160. OLE color: 3163160.

HSL color Cylindrical-coordinate representation of color #184430: hue angle of 152.73º degrees, saturation: 0.48, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #184430 is Cyan = 0.65, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.73.

Color convert

RGB246848-
CMYK0.6500.290.73
HSL152.73º47.83%18.04%-
HSV(B)152.73º64.71%26.67%-
XYZ2.984.543.52-
YUV52.56125.42107.63-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 17.14%
GREEN value IS 68 (26.95% from 255) = 48.57%
BLUE value IS 48 (19.14% from 255) = 34.29%
R=17.14%
G=48.57%
B=34.29%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal2468480.6500.290.73152.7347.8318.04
Hex1844304101D49993012
Octal30104601010351112316022
Binary110001000100110000100000101110110010011001100111000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #184430

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #184430; }

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

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

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

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

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

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

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

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