#3F4033

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

Shades of Scrub #3F4033

Tints of Scrub #3F4033

Color information

#3F4033 (or 0x3F4033) is unknown color: approx Scrub. HEX triplet: 3F, 40 and 33. RGB value is (63,64,51). Sum of RGB (Red+Green+Blue) = 63+64+51=178 (23% of max value = 765). Red value is 63 (25% from 255 or 35.39% from 178); Green value is 64 (25.39% from 255 or 35.96% from 178); Blue value is 51 (20.31% from 255 or 28.65% from 178); Max value from RGB is 64 - color contains mainly: green. Hex color #3F4033 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F4033 is #C0BFCC. Grayscale: #3E3E3E. Windows color (decimal): -12632013 or 3358783. OLE color: 3358783.

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

Color convert

RGB636451-
CMYK0.0200.200.75
HSL64.62º11.3%22.55%-
HSV(B)64.62º20.31%25.1%-
XYZ4.484.963.85-
YUV62.22121.67128.56-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 35.39%
GREEN value IS 64 (25.39% from 255) = 35.96%
BLUE value IS 51 (20.31% from 255) = 28.65%
R=35.39%
G=35.96%
B=28.65%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6364510.0200.200.7564.6211.322.55
Hex3F403320144B41b17
Octal771006320241131011327
Binary11111110000001100111001010010010111000001101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F4033

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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