#3F4236

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

Shades of Scrub #3F4236

Tints of Scrub #3F4236

Color information

#3F4236 (or 0x3F4236) is unknown color: approx Scrub. HEX triplet: 3F, 42 and 36. RGB value is (63,66,54). Sum of RGB (Red+Green+Blue) = 63+66+54=183 (24% of max value = 765). Red value is 63 (25% from 255 or 34.43% from 183); Green value is 66 (26.17% from 255 or 36.07% from 183); Blue value is 54 (21.48% from 255 or 29.51% from 183); Max value from RGB is 66 - color contains mainly: green. Hex color #3F4236 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F4236 is #C0BDC9. Grayscale: #3F3F3F. Windows color (decimal): -12631498 or 3555903. OLE color: 3555903.

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

Color convert

RGB636654-
CMYK0.0500.180.74
HSL75º10%23.53%-
HSV(B)75º18.18%25.88%-
XYZ4.665.224.25-
YUV63.73122.51127.48-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 34.43%
GREEN value IS 66 (26.17% from 255) = 36.07%
BLUE value IS 54 (21.48% from 255) = 29.51%
R=34.43%
G=36.07%
B=29.51%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal6366540.0500.180.74751023.53
Hex3F423650124A4ba18
Octal771026650221121131230
Binary111111100001011011010101001010010101001011101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F4236

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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