#3F442D

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

Shades of Scrub #3F442D

Tints of Scrub #3F442D

Color information

#3F442D (or 0x3F442D) is unknown color: approx Scrub. HEX triplet: 3F, 44 and 2D. RGB value is (63,68,45). Sum of RGB (Red+Green+Blue) = 63+68+45=176 (23% of max value = 765). Red value is 63 (25% from 255 or 35.80% from 176); Green value is 68 (26.95% from 255 or 38.64% from 176); Blue value is 45 (17.97% from 255 or 25.57% from 176); Max value from RGB is 68 - color contains mainly: green. Hex color #3F442D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F442D is #C0BBD2. Grayscale: #3F3F3F. Windows color (decimal): -12630995 or 2966591. OLE color: 2966591.

HSL color Cylindrical-coordinate representation of color #3F442D: hue angle of 73.04º degrees, saturation: 0.2, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #3F442D is Cyan = 0.07, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.73.

Color convert

RGB636845-
CMYK0.0700.340.73
HSL73.04º20.35%22.16%-
HSV(B)73.04º33.82%26.67%-
XYZ4.595.383.28-
YUV63.88117.34127.37-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 35.80%
GREEN value IS 68 (26.95% from 255) = 38.64%
BLUE value IS 45 (17.97% from 255) = 25.57%
R=35.80%
G=38.64%
B=25.57%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal6368450.0700.340.7373.0420.3522.16
Hex3F442D702249491416
Octal771045570421111112426
Binary11111110001001011011110100010100100110010011010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F442D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,68,45); }

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

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

 a { background-color: rgb(63,68,45); }

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

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

 span { border-color: rgb(63,68,45); }

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