#3D422D

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

Shades of Scrub #3D422D

Tints of Scrub #3D422D

Color information

#3D422D (or 0x3D422D) is unknown color: approx Scrub. HEX triplet: 3D, 42 and 2D. RGB value is (61,66,45). Sum of RGB (Red+Green+Blue) = 61+66+45=172 (22% of max value = 765). Red value is 61 (24.22% from 255 or 35.47% from 172); Green value is 66 (26.17% from 255 or 38.37% from 172); Blue value is 45 (17.97% from 255 or 26.16% from 172); Max value from RGB is 66 - color contains mainly: green. Hex color #3D422D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3D422D is #C2BDD2. Grayscale: #3E3E3E. Windows color (decimal): -12762579 or 2966077. OLE color: 2966077.

HSL color Cylindrical-coordinate representation of color #3D422D: hue angle of 74.29º degrees, saturation: 0.19, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #3D422D is Cyan = 0.08, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.74.

Color convert

RGB616645-
CMYK0.0800.320.74
HSL74.29º18.92%21.76%-
HSV(B)74.29º31.82%25.88%-
XYZ4.355.083.23-
YUV62.11118.34127.21-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 35.47%
GREEN value IS 66 (26.17% from 255) = 38.37%
BLUE value IS 45 (17.97% from 255) = 26.16%
R=35.47%
G=38.37%
B=26.16%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal6166450.0800.320.7474.2918.9221.76
Hex3D422D80204A4a1316
Octal7510255100401121122326
Binary111101100001010110110000100000100101010010101001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D422D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,66,45); }

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

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

 a { background-color: rgb(61,66,45); }

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

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

 span { border-color: rgb(61,66,45); }

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