#3E4034

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

Shades of Scrub #3E4034

Tints of Scrub #3E4034

Color information

#3E4034 (or 0x3E4034) is unknown color: approx Scrub. HEX triplet: 3E, 40 and 34. RGB value is (62,64,52). Sum of RGB (Red+Green+Blue) = 62+64+52=178 (23% of max value = 765). Red value is 62 (24.61% from 255 or 34.83% from 178); Green value is 64 (25.39% from 255 or 35.96% from 178); Blue value is 52 (20.70% from 255 or 29.21% from 178); Max value from RGB is 64 - color contains mainly: green. Hex color #3E4034 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3E4034 is #C1BFCB. Grayscale: #3E3E3E. Windows color (decimal): -12697548 or 3424318. OLE color: 3424318.

HSL color Cylindrical-coordinate representation of color #3E4034: hue angle of 70º 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 #3E4034 is Cyan = 0.03, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.75.

Color convert

RGB626452-
CMYK0.0300.190.75
HSL70º10.34%22.75%-
HSV(B)70º18.75%25.1%-
XYZ4.444.943.97-
YUV62.03122.34127.98-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 34.83%
GREEN value IS 64 (25.39% from 255) = 35.96%
BLUE value IS 52 (20.70% from 255) = 29.21%
R=34.83%
G=35.96%
B=29.21%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6264520.0300.190.757010.3422.75
Hex3E403430134B46a17
Octal761006430231131061227
Binary11111010000001101001101001110010111000110101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E4034

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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