#18472E

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

Shades of Zuccini #18472E

Tints of Zuccini #18472E

Color information

#18472E (or 0x18472E) is unknown color: approx Zuccini. HEX triplet: 18, 47 and 2E. RGB value is (24,71,46). Sum of RGB (Red+Green+Blue) = 24+71+46=141 (18% of max value = 765). Red value is 24 (9.77% from 255 or 17.02% from 141); Green value is 71 (28.12% from 255 or 50.35% from 141); Blue value is 46 (18.36% from 255 or 32.62% from 141); Max value from RGB is 71 - color contains mainly: green. Hex color #18472E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #18472E is #E7B8D1. Grayscale: #363636. Windows color (decimal): -15186130 or 3032856. OLE color: 3032856.

HSL color Cylindrical-coordinate representation of color #18472E: hue angle of 148.09º degrees, saturation: 0.49, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #18472E is Cyan = 0.66, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.72.

Color convert

RGB247146-
CMYK0.6600.350.72
HSL148.09º49.47%18.63%-
HSV(B)148.09º66.2%27.84%-
XYZ3.124.93.37-
YUV54.1123.43106.53-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 17.02%
GREEN value IS 71 (28.12% from 255) = 50.35%
BLUE value IS 46 (18.36% from 255) = 32.62%
R=17.02%
G=50.35%
B=32.62%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal2471460.6600.350.72148.0949.4718.63
Hex18472E4202348943113
Octal30107561020431102246123
Binary1100010001111011101000010010001110010001001010011000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18472E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #18472E; }

 p { color: rgb(24,71,46); }

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

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

 a { background-color: rgb(24,71,46); }

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

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

 span { border-color: rgb(24,71,46); }

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