#3F4032

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

Shades of Scrub #3F4032

Tints of Scrub #3F4032

Color information

#3F4032 (or 0x3F4032) is unknown color: approx Scrub. HEX triplet: 3F, 40 and 32. RGB value is (63,64,50). Sum of RGB (Red+Green+Blue) = 63+64+50=177 (23% of max value = 765). Red value is 63 (25% from 255 or 35.59% from 177); Green value is 64 (25.39% from 255 or 36.16% from 177); Blue value is 50 (19.92% from 255 or 28.25% from 177); Max value from RGB is 64 - color contains mainly: green. Hex color #3F4032 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F4032 is #C0BFCD. Grayscale: #3E3E3E. Windows color (decimal): -12632014 or 3293247. OLE color: 3293247.

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

Color convert

RGB636450-
CMYK0.0200.220.75
HSL64.29º12.28%22.35%-
HSV(B)64.29º21.88%25.1%-
XYZ4.464.953.74-
YUV62.1121.17128.64-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 35.59%
GREEN value IS 64 (25.39% from 255) = 36.16%
BLUE value IS 50 (19.92% from 255) = 28.25%
R=35.59%
G=36.16%
B=28.25%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6364500.0200.220.7564.2912.2822.35
Hex3F403220164B40c16
Octal771006220261131001426
Binary11111110000001100101001011010010111000000110010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F4032

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,64,50); }

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

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

 a { background-color: rgb(63,64,50); }

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

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

 span { border-color: rgb(63,64,50); }

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