#18452E

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

Shades of Zuccini #18452E

Tints of Zuccini #18452E

Color information

#18452E (or 0x18452E) is unknown color: approx Zuccini. HEX triplet: 18, 45 and 2E. RGB value is (24,69,46). Sum of RGB (Red+Green+Blue) = 24+69+46=139 (18% of max value = 765). Red value is 24 (9.77% from 255 or 17.27% from 139); Green value is 69 (27.34% from 255 or 49.64% from 139); Blue value is 46 (18.36% from 255 or 33.09% from 139); Max value from RGB is 69 - color contains mainly: green. Hex color #18452E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #18452E is #E7BAD1. Grayscale: #343434. Windows color (decimal): -15186642 or 3032344. OLE color: 3032344.

HSL color Cylindrical-coordinate representation of color #18452E: hue angle of 149.33º 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 #18452E is Cyan = 0.65, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.73.

Color convert

RGB246946-
CMYK0.6500.330.73
HSL149.33º48.39%18.24%-
HSV(B)149.33º65.22%27.06%-
XYZ34.653.32-
YUV52.92124.09107.37-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 17.27%
GREEN value IS 69 (27.34% from 255) = 49.64%
BLUE value IS 46 (18.36% from 255) = 33.09%
R=17.27%
G=49.64%
B=33.09%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal2469460.6500.330.73149.3348.3918.24
Hex18452E4102149953012
Octal30105561010411112256022
Binary1100010001011011101000001010000110010011001010111000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18452E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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