#323D2E

Color #323D2E Oil (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Oil #323D2E

Tints of Oil #323D2E

Color information

#323D2E (or 0x323D2E) is unknown color: approx Oil. HEX triplet: 32, 3D and 2E. RGB value is (50,61,46). Sum of RGB (Red+Green+Blue) = 50+61+46=157 (20% of max value = 765). Red value is 50 (19.92% from 255 or 31.85% from 157); Green value is 61 (24.22% from 255 or 38.85% from 157); Blue value is 46 (18.36% from 255 or 29.30% from 157); Max value from RGB is 61 - color contains mainly: green. Hex color #323D2E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #323D2E is #CDC2D1. Grayscale: #383838. Windows color (decimal): -13484754 or 3030322. OLE color: 3030322.

HSL color Cylindrical-coordinate representation of color #323D2E: hue angle of 104º degrees, saturation: 0.14, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #323D2E is Cyan = 0.18, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.76.

Color convert

RGB506146-
CMYK0.1800.250.76
HSL104º14.02%20.98%-
HSV(B)104º24.59%23.92%-
XYZ3.484.213.21-
YUV56122.36123.72-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 31.85%
GREEN value IS 61 (24.22% from 255) = 38.85%
BLUE value IS 46 (18.36% from 255) = 29.30%
R=31.85%
G=38.85%
B=29.30%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal5061460.1800.250.7610414.0220.98
Hex323D2E120194C68e15
Octal627556220311141501625
Binary1100101111011011101001001100110011001101000111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #323D2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #323D2E; }

 p { color: rgb(50,61,46); }

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

<style>
 a { background-color: #323D2E; }

 a { background-color: rgb(50,61,46); }

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

<style>
 span { border-color: #323D2E; }

 span { border-color: rgb(50,61,46); }

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