#3B3E2E

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

Shades of Scrub #3B3E2E

Tints of Scrub #3B3E2E

Color information

#3B3E2E (or 0x3B3E2E) is unknown color: approx Scrub. HEX triplet: 3B, 3E and 2E. RGB value is (59,62,46). Sum of RGB (Red+Green+Blue) = 59+62+46=167 (22% of max value = 765). Red value is 59 (23.44% from 255 or 35.33% from 167); Green value is 62 (24.61% from 255 or 37.13% from 167); Blue value is 46 (18.36% from 255 or 27.54% from 167); Max value from RGB is 62 - color contains mainly: green. Hex color #3B3E2E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3B3E2E is #C4C1D1. Grayscale: #3B3B3B. Windows color (decimal): -12894674 or 3030587. OLE color: 3030587.

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

Color convert

RGB596246-
CMYK0.0500.260.76
HSL71.25º14.81%21.18%-
HSV(B)71.25º25.81%24.31%-
XYZ4.024.573.26-
YUV59.28120.51127.8-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 35.33%
GREEN value IS 62 (24.61% from 255) = 37.13%
BLUE value IS 46 (18.36% from 255) = 27.54%
R=35.33%
G=37.13%
B=27.54%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal5962460.0500.260.7671.2514.8121.18
Hex3B3E2E501A4C47f15
Octal73765650321141071725
Binary11101111111010111010101101010011001000111111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B3E2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,62,46); }

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

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

 a { background-color: rgb(59,62,46); }

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

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

 span { border-color: rgb(59,62,46); }

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