#3B3D2E

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

Shades of Scrub #3B3D2E

Tints of Scrub #3B3D2E

Color information

#3B3D2E (or 0x3B3D2E) is unknown color: approx Scrub. HEX triplet: 3B, 3D and 2E. RGB value is (59,61,46). Sum of RGB (Red+Green+Blue) = 59+61+46=166 (21% of max value = 765). Red value is 59 (23.44% from 255 or 35.54% from 166); Green value is 61 (24.22% from 255 or 36.75% from 166); Blue value is 46 (18.36% from 255 or 27.71% from 166); Max value from RGB is 61 - color contains mainly: green. Hex color #3B3D2E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3B3D2E is #C4C2D1. Grayscale: #3A3A3A. Windows color (decimal): -12894930 or 3030331. OLE color: 3030331.

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

Color convert

RGB596146-
CMYK0.0300.250.76
HSL68º14.02%20.98%-
HSV(B)68º24.59%23.92%-
XYZ3.974.463.24-
YUV58.69120.84128.22-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 35.54%
GREEN value IS 61 (24.22% from 255) = 36.75%
BLUE value IS 46 (18.36% from 255) = 27.71%
R=35.54%
G=36.75%
B=27.71%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal5961460.0300.250.766814.0220.98
Hex3B3D2E30194C44e15
Octal73755630311141041625
Binary1110111111011011101101100110011001000100111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B3D2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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