#18482B

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

Shades of Zuccini #18482B

Tints of Zuccini #18482B

Color information

#18482B (or 0x18482B) is unknown color: approx Zuccini. HEX triplet: 18, 48 and 2B. RGB value is (24,72,43). Sum of RGB (Red+Green+Blue) = 24+72+43=139 (18% of max value = 765). Red value is 24 (9.77% from 255 or 17.27% from 139); Green value is 72 (28.52% from 255 or 51.80% from 139); Blue value is 43 (17.19% from 255 or 30.94% from 139); Max value from RGB is 72 - color contains mainly: green. Hex color #18482B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #18482B is #E7B7D4. Grayscale: #363636. Windows color (decimal): -15185877 or 2836504. OLE color: 2836504.

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

Color convert

RGB247243-
CMYK0.6700.400.72
HSL143.75º50%18.82%-
HSV(B)143.75º66.67%28.24%-
XYZ3.1353.09-
YUV54.34121.6106.36-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 17.27%
GREEN value IS 72 (28.52% from 255) = 51.80%
BLUE value IS 43 (17.19% from 255) = 30.94%
R=17.27%
G=51.80%
B=30.94%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal2472430.6700.400.72143.755018.82
Hex18482B4302848903213
Octal30110531030501102206223
Binary1100010010001010111000011010100010010001001000011001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18482B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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