#3D4131

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

Shades of Scrub #3D4131

Tints of Scrub #3D4131

Color information

#3D4131 (or 0x3D4131) is unknown color: approx Scrub. HEX triplet: 3D, 41 and 31. RGB value is (61,65,49). Sum of RGB (Red+Green+Blue) = 61+65+49=175 (23% of max value = 765). Red value is 61 (24.22% from 255 or 34.86% from 175); Green value is 65 (25.78% from 255 or 37.14% from 175); Blue value is 49 (19.53% from 255 or 28% from 175); Max value from RGB is 65 - color contains mainly: green. Hex color #3D4131 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3D4131 is #C2BECE. Grayscale: #3E3E3E. Windows color (decimal): -12762831 or 3227965. OLE color: 3227965.

HSL color Cylindrical-coordinate representation of color #3D4131: hue angle of 75º degrees, saturation: 0.14, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #3D4131 is Cyan = 0.06, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.75.

Color convert

RGB616549-
CMYK0.0600.250.75
HSL75º14.04%22.35%-
HSV(B)75º24.62%25.49%-
XYZ4.374.993.64-
YUV61.98120.67127.3-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 34.86%
GREEN value IS 65 (25.78% from 255) = 37.14%
BLUE value IS 49 (19.53% from 255) = 28%
R=34.86%
G=37.14%
B=28%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6165490.0600.250.757514.0422.35
Hex3D413160194B4be16
Octal751016160311131131626
Binary111101100000111000111001100110010111001011111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D4131

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,65,49); }

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

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

 a { background-color: rgb(61,65,49); }

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

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

 span { border-color: rgb(61,65,49); }

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