#3E402E

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

Shades of Scrub #3E402E

Tints of Scrub #3E402E

Color information

#3E402E (or 0x3E402E) is unknown color: approx Scrub. HEX triplet: 3E, 40 and 2E. RGB value is (62,64,46). Sum of RGB (Red+Green+Blue) = 62+64+46=172 (22% of max value = 765). Red value is 62 (24.61% from 255 or 36.05% from 172); Green value is 64 (25.39% from 255 or 37.21% from 172); Blue value is 46 (18.36% from 255 or 26.74% from 172); Max value from RGB is 64 - color contains mainly: green. Hex color #3E402E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3E402E is #C1BFD1. Grayscale: #3D3D3D. Windows color (decimal): -12697554 or 3031102. OLE color: 3031102.

HSL color Cylindrical-coordinate representation of color #3E402E: hue angle of 66.67º degrees, saturation: 0.16, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #3E402E is Cyan = 0.03, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.75.

Color convert

RGB626446-
CMYK0.0300.280.75
HSL66.67º16.36%21.57%-
HSV(B)66.67º28.12%25.1%-
XYZ4.314.893.3-
YUV61.35119.34128.46-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 36.05%
GREEN value IS 64 (25.39% from 255) = 37.21%
BLUE value IS 46 (18.36% from 255) = 26.74%
R=36.05%
G=37.21%
B=26.74%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6264460.0300.280.7566.6716.3621.57
Hex3E402E301C4B431016
Octal761005630341131032026
Binary111110100000010111011011100100101110000111000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E402E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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