#18482A

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

Shades of Zuccini #18482A

Tints of Zuccini #18482A

Color information

#18482A (or 0x18482A) is unknown color: approx Zuccini. HEX triplet: 18, 48 and 2A. RGB value is (24,72,42). Sum of RGB (Red+Green+Blue) = 24+72+42=138 (18% of max value = 765). Red value is 24 (9.77% from 255 or 17.39% from 138); Green value is 72 (28.52% from 255 or 52.17% from 138); Blue value is 42 (16.80% from 255 or 30.43% from 138); Max value from RGB is 72 - color contains mainly: green. Hex color #18482A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #18482A is #E7B7D5. Grayscale: #363636. Windows color (decimal): -15185878 or 2770968. OLE color: 2770968.

HSL color Cylindrical-coordinate representation of color #18482A: hue angle of 142.5º 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 #18482A is Cyan = 0.67, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.72.

Color convert

RGB247242-
CMYK0.6700.420.72
HSL142.5º50%18.82%-
HSV(B)142.5º66.67%28.24%-
XYZ3.1152.99-
YUV54.23121.1106.44-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 17.39%
GREEN value IS 72 (28.52% from 255) = 52.17%
BLUE value IS 42 (16.80% from 255) = 30.43%
R=17.39%
G=52.17%
B=30.43%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal2472420.6700.420.72142.55018.82
Hex18482A4302A488e3213
Octal30110521030521102166223
Binary1100010010001010101000011010101010010001000111011001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18482A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #18482A; }

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

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

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

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

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

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

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

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