#184830

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

Shades of Zuccini #184830

Tints of Zuccini #184830

Color information

#184830 (or 0x184830) is unknown color: approx Zuccini. HEX triplet: 18, 48 and 30. RGB value is (24,72,48). Sum of RGB (Red+Green+Blue) = 24+72+48=144 (19% of max value = 765). Red value is 24 (9.77% from 255 or 16.67% from 144); Green value is 72 (28.52% from 255 or 50% from 144); Blue value is 48 (19.14% from 255 or 33.33% from 144); Max value from RGB is 72 - color contains mainly: green. Hex color #184830 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #184830 is #E7B7CF. Grayscale: #363636. Windows color (decimal): -15185872 or 3164184. OLE color: 3164184.

HSL color Cylindrical-coordinate representation of color #184830: hue angle of 150º degrees, saturation: 0.5, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #184830 is Cyan = 0.67, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.72.

Color convert

RGB247248-
CMYK0.6700.330.72
HSL150º50%18.82%-
HSV(B)150º66.67%28.24%-
XYZ3.235.043.6-
YUV54.91124.1105.95-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 16.67%
GREEN value IS 72 (28.52% from 255) = 50%
BLUE value IS 48 (19.14% from 255) = 33.33%
R=16.67%
G=50%
B=33.33%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal2472480.6700.330.721505018.82
Hex1848304302148963213
Octal30110601030411102266223
Binary1100010010001100001000011010000110010001001011011001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #184830

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #184830; }

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

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

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

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

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

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

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

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