#3E4132

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

Shades of Scrub #3E4132

Tints of Scrub #3E4132

Color information

#3E4132 (or 0x3E4132) is unknown color: approx Scrub. HEX triplet: 3E, 41 and 32. RGB value is (62,65,50). Sum of RGB (Red+Green+Blue) = 62+65+50=177 (23% of max value = 765). Red value is 62 (24.61% from 255 or 35.03% from 177); Green value is 65 (25.78% from 255 or 36.72% from 177); Blue value is 50 (19.92% from 255 or 28.25% from 177); Max value from RGB is 65 - color contains mainly: green. Hex color #3E4132 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3E4132 is #C1BECD. Grayscale: #3E3E3E. Windows color (decimal): -12697294 or 3293502. OLE color: 3293502.

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

Color convert

RGB626550-
CMYK0.0500.230.75
HSL72º13.04%22.55%-
HSV(B)72º23.08%25.49%-
XYZ4.455.043.75-
YUV62.39121.01127.72-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 35.03%
GREEN value IS 65 (25.78% from 255) = 36.72%
BLUE value IS 50 (19.92% from 255) = 28.25%
R=35.03%
G=36.72%
B=28.25%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6265500.0500.230.757213.0422.55
Hex3E413250174B48d17
Octal761016250271131101527
Binary111110100000111001010101011110010111001000110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E4132

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(62,65,50); }

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

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

 a { background-color: rgb(62,65,50); }

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

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

 span { border-color: rgb(62,65,50); }

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