#3F4231

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

Shades of Scrub #3F4231

Tints of Scrub #3F4231

Color information

#3F4231 (or 0x3F4231) is unknown color: approx Scrub. HEX triplet: 3F, 42 and 31. RGB value is (63,66,49). Sum of RGB (Red+Green+Blue) = 63+66+49=178 (23% of max value = 765). Red value is 63 (25% from 255 or 35.39% from 178); Green value is 66 (26.17% from 255 or 37.08% from 178); Blue value is 49 (19.53% from 255 or 27.53% from 178); Max value from RGB is 66 - color contains mainly: green. Hex color #3F4231 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F4231 is #C0BDCE. Grayscale: #3F3F3F. Windows color (decimal): -12631503 or 3228223. OLE color: 3228223.

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

Color convert

RGB636649-
CMYK0.0500.260.74
HSL70.59º14.78%22.55%-
HSV(B)70.59º25.76%25.88%-
XYZ4.555.173.66-
YUV63.16120.01127.88-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 35.39%
GREEN value IS 66 (26.17% from 255) = 37.08%
BLUE value IS 49 (19.53% from 255) = 27.53%
R=35.39%
G=37.08%
B=27.53%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal6366490.0500.260.7470.5914.7822.55
Hex3F4231501A4A47f17
Octal771026150321121071727
Binary111111100001011000110101101010010101000111111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F4231

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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