#3E402D

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

Shades of Scrub #3E402D

Tints of Scrub #3E402D

Color information

#3E402D (or 0x3E402D) is unknown color: approx Scrub. HEX triplet: 3E, 40 and 2D. RGB value is (62,64,45). Sum of RGB (Red+Green+Blue) = 62+64+45=171 (22% of max value = 765). Red value is 62 (24.61% from 255 or 36.26% from 171); Green value is 64 (25.39% from 255 or 37.43% from 171); Blue value is 45 (17.97% from 255 or 26.32% from 171); Max value from RGB is 64 - color contains mainly: green. Hex color #3E402D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3E402D is #C1BFD2. Grayscale: #3D3D3D. Windows color (decimal): -12697555 or 2965566. OLE color: 2965566.

HSL color Cylindrical-coordinate representation of color #3E402D: hue angle of 66.32º degrees, saturation: 0.17, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #3E402D is Cyan = 0.03, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.75.

Color convert

RGB626445-
CMYK0.0300.300.75
HSL66.32º17.43%21.37%-
HSV(B)66.32º29.69%25.1%-
XYZ4.294.883.2-
YUV61.24118.84128.54-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 36.26%
GREEN value IS 64 (25.39% from 255) = 37.43%
BLUE value IS 45 (17.97% from 255) = 26.32%
R=36.26%
G=37.43%
B=26.32%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6264450.0300.300.7566.3217.4321.37
Hex3E402D301E4B421115
Octal761005530361131022125
Binary111110100000010110111011110100101110000101000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E402D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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