#3F422B

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

Shades of Scrub #3F422B

Tints of Scrub #3F422B

Color information

#3F422B (or 0x3F422B) is unknown color: approx Scrub. HEX triplet: 3F, 42 and 2B. RGB value is (63,66,43). Sum of RGB (Red+Green+Blue) = 63+66+43=172 (22% of max value = 765). Red value is 63 (25% from 255 or 36.63% from 172); Green value is 66 (26.17% from 255 or 38.37% from 172); Blue value is 43 (17.19% from 255 or 25% from 172); Max value from RGB is 66 - color contains mainly: green. Hex color #3F422B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F422B is #C0BDD4. Grayscale: #3E3E3E. Windows color (decimal): -12631509 or 2835007. OLE color: 2835007.

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

Color convert

RGB636643-
CMYK0.0500.350.74
HSL67.83º21.1%21.37%-
HSV(B)67.83º34.85%25.88%-
XYZ4.435.133.04-
YUV62.48117.01128.37-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 36.63%
GREEN value IS 66 (26.17% from 255) = 38.37%
BLUE value IS 43 (17.19% from 255) = 25%
R=36.63%
G=38.37%
B=25%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal6366430.0500.350.7467.8321.121.37
Hex3F422B50234A441515
Octal771025350431121042525
Binary11111110000101010111010100011100101010001001010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F422B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,66,43); }

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

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

 a { background-color: rgb(63,66,43); }

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

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

 span { border-color: rgb(63,66,43); }

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