Html Css Color HEX #3E4131 Scrub

📋 copy color: '#3E4131'

red 62 ◦ green 65 ◦ blue 49

#3E4131
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Scrub #3E4131

Tints of Scrub #3E4131

RGB

 RED value IS 62 (24.61% from 255) = 35.23%

 GREEN value IS 65 (25.78% from 255) = 36.93%

 BLUE value IS 49 (19.53% from 255) = 27.84%

R = 35.23%
G = 36.93%
B = 27.84%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.25

 K value IS 0.75

RGB Variations

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

Color information

#3E4131 (or 0x3E4131) is known color: Scrub. HEX triplet: 3E, 41 and 31. RGB value is (62,65,49). Sum of RGB (Red+Green+Blue) = 62+65+49=176 (23% of max value = 765). Red value is 62 (24.61% from 255 or 35.23% from 176); Green value is 65 (25.78% from 255 or 36.93% from 176); Blue value is 49 (19.53% from 255 or 27.84% from 176); Max value from RGB is 65 - color contains mainly: green. Hex color #3E4131 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3E4131 is #C1BECE. Grayscale: #3E3E3E. Windows color (decimal): -12697295 or 3227966. OLE color: 3227966.

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

Color convert

RGB 62 65 49 -
CMYK 0.05 0 0.25 0.75
HSL 71.25º 0.14% 0.22% -
HSV(B) 71.25º 0.25% 0.25% -
XYZ 4.43 5.03 3.64 -
YUV 62.28 120.51 127.8 -
System Red Green Blue C M Y K H S L
Decimal 62 65 49 0.05 0 0.25 0.75 71.25 0.14 0.22
Hex 3E 41 31 5 0 19 4B 47 E 16
Octal 76 101 61 5 0 31 113 107 16 26
Binary 111110 1000001 110001 101 0 11001 1001011 1000111 1110 10110

Color Harmonies of #3E4131

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E4131

Black with #3E4131

Text Example


Text Example

White with #3E4131

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #3E4131;
 }
 .AnyTagClassName
 {
   color: #3E4131;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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