#3D402E

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

Shades of Scrub #3D402E

Tints of Scrub #3D402E

Color information

#3D402E (or 0x3D402E) is unknown color: approx Scrub. HEX triplet: 3D, 40 and 2E. RGB value is (61,64,46). Sum of RGB (Red+Green+Blue) = 61+64+46=171 (22% of max value = 765). Red value is 61 (24.22% from 255 or 35.67% from 171); Green value is 64 (25.39% from 255 or 37.43% from 171); Blue value is 46 (18.36% from 255 or 26.90% from 171); Max value from RGB is 64 - color contains mainly: green. Hex color #3D402E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3D402E is #C2BFD1. Grayscale: #3D3D3D. Windows color (decimal): -12763090 or 3031101. OLE color: 3031101.

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

Color convert

RGB616446-
CMYK0.0500.280.75
HSL70º16.36%21.57%-
HSV(B)70º28.12%25.1%-
XYZ4.254.863.3-
YUV61.05119.51127.96-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 35.67%
GREEN value IS 64 (25.39% from 255) = 37.43%
BLUE value IS 46 (18.36% from 255) = 26.90%
R=35.67%
G=37.43%
B=26.90%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6164460.0500.280.757016.3621.57
Hex3D402E501C4B461016
Octal751005650341131062026
Binary1111011000000101110101011100100101110001101000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D402E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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