#3E412C

Color #3E412C Scrub (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Scrub #3E412C

Tints of Scrub #3E412C

Color information

#3E412C (or 0x3E412C) is unknown color: approx Scrub. HEX triplet: 3E, 41 and 2C. RGB value is (62,65,44). Sum of RGB (Red+Green+Blue) = 62+65+44=171 (22% of max value = 765). Red value is 62 (24.61% from 255 or 36.26% from 171); Green value is 65 (25.78% from 255 or 38.01% from 171); Blue value is 44 (17.58% from 255 or 25.73% from 171); Max value from RGB is 65 - color contains mainly: green. Hex color #3E412C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3E412C is #C1BED3. Grayscale: #3D3D3D. Windows color (decimal): -12697300 or 2900286. OLE color: 2900286.

HSL color Cylindrical-coordinate representation of color #3E412C: hue angle of 68.57º degrees, saturation: 0.19, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #3E412C is Cyan = 0.05, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.75.

Color convert

RGB626544-
CMYK0.0500.320.75
HSL68.57º19.27%21.37%-
HSV(B)68.57º32.31%25.49%-
XYZ4.334.993.12-
YUV61.71118.01128.21-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 36.26%
GREEN value IS 65 (25.78% from 255) = 38.01%
BLUE value IS 44 (17.58% from 255) = 25.73%
R=36.26%
G=38.01%
B=25.73%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6265440.0500.320.7568.5719.2721.37
Hex3E412C50204B451315
Octal761015450401131052325
Binary11111010000011011001010100000100101110001011001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E412C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3E412C; }

 p { color: rgb(62,65,44); }

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

<style>
 a { background-color: #3E412C; }

 a { background-color: rgb(62,65,44); }

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

<style>
 span { border-color: #3E412C; }

 span { border-color: rgb(62,65,44); }

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