#3E4135

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

Shades of Scrub #3E4135

Tints of Scrub #3E4135

Color information

#3E4135 (or 0x3E4135) is unknown color: approx Scrub. HEX triplet: 3E, 41 and 35. RGB value is (62,65,53). Sum of RGB (Red+Green+Blue) = 62+65+53=180 (23% of max value = 765). Red value is 62 (24.61% from 255 or 34.44% from 180); Green value is 65 (25.78% from 255 or 36.11% from 180); Blue value is 53 (21.09% from 255 or 29.44% from 180); Max value from RGB is 65 - color contains mainly: green. Hex color #3E4135 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3E4135 is #C1BECA. Grayscale: #3E3E3E. Windows color (decimal): -12697291 or 3490110. OLE color: 3490110.

HSL color Cylindrical-coordinate representation of color #3E4135: 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.18%. Process color model (Four color, CMYK) of #3E4135 is Cyan = 0.05, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.75.

Color convert

RGB626553-
CMYK0.0500.180.75
HSL75º10.17%23.14%-
HSV(B)75º18.46%25.49%-
XYZ4.525.064.11-
YUV62.74122.51127.48-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 34.44%
GREEN value IS 65 (25.78% from 255) = 36.11%
BLUE value IS 53 (21.09% from 255) = 29.44%
R=34.44%
G=36.11%
B=29.44%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6265530.0500.180.757510.1723.14
Hex3E413550124B4ba17
Octal761016550221131131227
Binary111110100000111010110101001010010111001011101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E4135

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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