#3D4034

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

Shades of Scrub #3D4034

Tints of Scrub #3D4034

Color information

#3D4034 (or 0x3D4034) is unknown color: approx Scrub. HEX triplet: 3D, 40 and 34. RGB value is (61,64,52). Sum of RGB (Red+Green+Blue) = 61+64+52=177 (23% of max value = 765). Red value is 61 (24.22% from 255 or 34.46% from 177); Green value is 64 (25.39% from 255 or 36.16% from 177); Blue value is 52 (20.70% from 255 or 29.38% from 177); Max value from RGB is 64 - color contains mainly: green. Hex color #3D4034 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3D4034 is #C2BFCB. Grayscale: #3D3D3D. Windows color (decimal): -12763084 or 3424317. OLE color: 3424317.

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

Color convert

RGB616452-
CMYK0.0500.190.75
HSL75º10.34%22.75%-
HSV(B)75º18.75%25.1%-
XYZ4.384.913.97-
YUV61.74122.51127.48-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 34.46%
GREEN value IS 64 (25.39% from 255) = 36.16%
BLUE value IS 52 (20.70% from 255) = 29.38%
R=34.46%
G=36.16%
B=29.38%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6164520.0500.190.757510.3422.75
Hex3D403450134B4ba17
Octal751006450231131131227
Binary111101100000011010010101001110010111001011101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D4034

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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