#3D422E

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

Shades of Scrub #3D422E

Tints of Scrub #3D422E

Color information

#3D422E (or 0x3D422E) is unknown color: approx Scrub. HEX triplet: 3D, 42 and 2E. RGB value is (61,66,46). Sum of RGB (Red+Green+Blue) = 61+66+46=173 (22% of max value = 765). Red value is 61 (24.22% from 255 or 35.26% from 173); Green value is 66 (26.17% from 255 or 38.15% from 173); Blue value is 46 (18.36% from 255 or 26.59% from 173); Max value from RGB is 66 - color contains mainly: green. Hex color #3D422E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3D422E is #C2BDD1. Grayscale: #3E3E3E. Windows color (decimal): -12762578 or 3031613. OLE color: 3031613.

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

Color convert

RGB616646-
CMYK0.0800.300.74
HSL75º17.86%21.96%-
HSV(B)75º30.3%25.88%-
XYZ4.375.093.34-
YUV62.22118.84127.13-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 35.26%
GREEN value IS 66 (26.17% from 255) = 38.15%
BLUE value IS 46 (18.36% from 255) = 26.59%
R=35.26%
G=38.15%
B=26.59%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal6166460.0800.300.747517.8621.96
Hex3D422E801E4A4b1216
Octal7510256100361121132226
Binary11110110000101011101000011110100101010010111001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D422E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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