#3F412A

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

Shades of Scrub #3F412A

Tints of Scrub #3F412A

Color information

#3F412A (or 0x3F412A) is unknown color: approx Scrub. HEX triplet: 3F, 41 and 2A. RGB value is (63,65,42). Sum of RGB (Red+Green+Blue) = 63+65+42=170 (22% of max value = 765). Red value is 63 (25% from 255 or 37.06% from 170); Green value is 65 (25.78% from 255 or 38.24% from 170); Blue value is 42 (16.80% from 255 or 24.71% from 170); Max value from RGB is 65 - color contains mainly: green. Hex color #3F412A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F412A is #C0BED5. Grayscale: #3D3D3D. Windows color (decimal): -12631766 or 2769215. OLE color: 2769215.

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

Color convert

RGB636542-
CMYK0.0300.350.75
HSL65.22º21.5%20.98%-
HSV(B)65.22º35.38%25.49%-
XYZ4.3652.93-
YUV61.78116.84128.87-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 37.06%
GREEN value IS 65 (25.78% from 255) = 38.24%
BLUE value IS 42 (16.80% from 255) = 24.71%
R=37.06%
G=38.24%
B=24.71%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6365420.0300.350.7565.2221.520.98
Hex3F412A30234B411515
Octal771015230431131012525
Binary1111111000001101010110100011100101110000011010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F412A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,65,42); }

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

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

 a { background-color: rgb(63,65,42); }

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

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

 span { border-color: rgb(63,65,42); }

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