#3F4136

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

Shades of Scrub #3F4136

Tints of Scrub #3F4136

Color information

#3F4136 (or 0x3F4136) is unknown color: approx Scrub. HEX triplet: 3F, 41 and 36. RGB value is (63,65,54). Sum of RGB (Red+Green+Blue) = 63+65+54=182 (24% of max value = 765). Red value is 63 (25% from 255 or 34.62% from 182); Green value is 65 (25.78% from 255 or 35.71% from 182); Blue value is 54 (21.48% from 255 or 29.67% from 182); Max value from RGB is 65 - color contains mainly: green. Hex color #3F4136 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F4136 is #C0BEC9. Grayscale: #3F3F3F. Windows color (decimal): -12631754 or 3555647. OLE color: 3555647.

HSL color Cylindrical-coordinate representation of color #3F4136: hue angle of 70.91º degrees, saturation: 0.09, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #3F4136 is Cyan = 0.03, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.75.

Color convert

RGB636554-
CMYK0.0300.170.75
HSL70.91º9.24%23.33%-
HSV(B)70.91º16.92%25.49%-
XYZ4.615.14.23-
YUV63.15122.84127.89-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 34.62%
GREEN value IS 65 (25.78% from 255) = 35.71%
BLUE value IS 54 (21.48% from 255) = 29.67%
R=34.62%
G=35.71%
B=29.67%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6365540.0300.170.7570.919.2423.33
Hex3F413630114B47917
Octal771016630211131071127
Binary11111110000011101101101000110010111000111100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F4136

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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