#184229

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

Shades of Zuccini #184229

Tints of Zuccini #184229

Color information

#184229 (or 0x184229) is unknown color: approx Zuccini. HEX triplet: 18, 42 and 29. RGB value is (24,66,41). Sum of RGB (Red+Green+Blue) = 24+66+41=131 (17% of max value = 765). Red value is 24 (9.77% from 255 or 18.32% from 131); Green value is 66 (26.17% from 255 or 50.38% from 131); Blue value is 41 (16.41% from 255 or 31.30% from 131); Max value from RGB is 66 - color contains mainly: green. Hex color #184229 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #184229 is #E7BDD6. Grayscale: #323232. Windows color (decimal): -15187415 or 2703896. OLE color: 2703896.

HSL color Cylindrical-coordinate representation of color #184229: hue angle of 144.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 #184229 is Cyan = 0.64, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.74.

Color convert

RGB246641-
CMYK0.6400.380.74
HSL144.29º46.67%17.65%-
HSV(B)144.29º63.64%25.88%-
XYZ2.734.252.77-
YUV50.59122.59109.03-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 18.32%
GREEN value IS 66 (26.17% from 255) = 50.38%
BLUE value IS 41 (16.41% from 255) = 31.30%
R=18.32%
G=50.38%
B=31.30%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal2466410.6400.380.74144.2946.6717.65
Hex184229400264A902f12
Octal30102511000461122205722
Binary1100010000101010011000000010011010010101001000010111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #184229

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #184229; }

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

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

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

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

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

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

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

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