#3E412B

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

Shades of Scrub #3E412B

Tints of Scrub #3E412B

Color information

#3E412B (or 0x3E412B) is unknown color: approx Scrub. HEX triplet: 3E, 41 and 2B. RGB value is (62,65,43). Sum of RGB (Red+Green+Blue) = 62+65+43=170 (22% of max value = 765). Red value is 62 (24.61% from 255 or 36.47% from 170); Green value is 65 (25.78% from 255 or 38.24% from 170); Blue value is 43 (17.19% from 255 or 25.29% from 170); Max value from RGB is 65 - color contains mainly: green. Hex color #3E412B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3E412B is #C1BED4. Grayscale: #3D3D3D. Windows color (decimal): -12697301 or 2834750. OLE color: 2834750.

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

Color convert

RGB626543-
CMYK0.0500.340.75
HSL68.18º20.37%21.18%-
HSV(B)68.18º33.85%25.49%-
XYZ4.314.983.02-
YUV61.6117.51128.29-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 36.47%
GREEN value IS 65 (25.78% from 255) = 38.24%
BLUE value IS 43 (17.19% from 255) = 25.29%
R=36.47%
G=38.24%
B=25.29%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6265430.0500.340.7568.1820.3721.18
Hex3E412B50224B441415
Octal761015350421131042425
Binary11111010000011010111010100010100101110001001010010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E412B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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