#333E2D

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

Shades of Oil #333E2D

Tints of Oil #333E2D

Color information

#333E2D (or 0x333E2D) is unknown color: approx Oil. HEX triplet: 33, 3E and 2D. RGB value is (51,62,45). Sum of RGB (Red+Green+Blue) = 51+62+45=158 (20% of max value = 765). Red value is 51 (20.31% from 255 or 32.28% from 158); Green value is 62 (24.61% from 255 or 39.24% from 158); Blue value is 45 (17.97% from 255 or 28.48% from 158); Max value from RGB is 62 - color contains mainly: green. Hex color #333E2D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #333E2D is #CCC1D2. Grayscale: #383838. Windows color (decimal): -13418963 or 2965043. OLE color: 2965043.

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

Color convert

RGB516245-
CMYK0.1800.270.76
HSL98.82º15.89%20.98%-
HSV(B)98.82º27.42%24.31%-
XYZ3.564.343.13-
YUV56.77121.36123.88-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 32.28%
GREEN value IS 62 (24.61% from 255) = 39.24%
BLUE value IS 45 (17.97% from 255) = 28.48%
R=32.28%
G=39.24%
B=28.48%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal5162450.1800.270.7698.8215.8920.98
Hex333E2D1201B4C631015
Octal637655220331141432025
Binary11001111111010110110010011011100110011000111000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #333E2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #333E2D; }

 p { color: rgb(51,62,45); }

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

<style>
 a { background-color: #333E2D; }

 a { background-color: rgb(51,62,45); }

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

<style>
 span { border-color: #333E2D; }

 span { border-color: rgb(51,62,45); }

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