#183D2D

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

Shades of Zuccini #183D2D

Tints of Zuccini #183D2D

Color information

#183D2D (or 0x183D2D) is unknown color: approx Zuccini. HEX triplet: 18, 3D and 2D. RGB value is (24,61,45). Sum of RGB (Red+Green+Blue) = 24+61+45=130 (17% of max value = 765). Red value is 24 (9.77% from 255 or 18.46% from 130); Green value is 61 (24.22% from 255 or 46.92% from 130); Blue value is 45 (17.97% from 255 or 34.62% from 130); Max value from RGB is 61 - color contains mainly: green. Hex color #183D2D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #183D2D is #E7C2D2. Grayscale: #303030. Windows color (decimal): -15188691 or 2964760. OLE color: 2964760.

HSL color Cylindrical-coordinate representation of color #183D2D: hue angle of 154.05º degrees, saturation: 0.44, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #183D2D is Cyan = 0.61, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.76.

Color convert

RGB246145-
CMYK0.6100.260.76
HSL154.05º43.53%16.67%-
HSV(B)154.05º60.66%23.92%-
XYZ2.523.723.07-
YUV48.11126.24110.8-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 18.46%
GREEN value IS 61 (24.22% from 255) = 46.92%
BLUE value IS 45 (17.97% from 255) = 34.62%
R=18.46%
G=46.92%
B=34.62%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal2461450.6100.260.76154.0543.5316.67
Hex183D2D3D01A4C9a2c11
Octal307555750321142325421
Binary1100011110110110111110101101010011001001101010110010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #183D2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #183D2D; }

 p { color: rgb(24,61,45); }

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

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

 a { background-color: rgb(24,61,45); }

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

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

 span { border-color: rgb(24,61,45); }

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