Html Css Color HEX #3E413A Mallard

📋 copy color: '#3E413A'

red 62 ◦ green 65 ◦ blue 58

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

Shades of Mallard #3E413A

Tints of Mallard #3E413A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 31.35%

R = 33.51%
G = 35.14%
B = 31.35%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.11

 K value IS 0.75

RGB Variations

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

Color information

#3E413A (or 0x3E413A) is known color: Mallard. HEX triplet: 3E, 41 and 3A. RGB value is (62,65,58). Sum of RGB (Red+Green+Blue) = 62+65+58=185 (24% of max value = 765). Red value is 62 (24.61% from 255 or 33.51% from 185); Green value is 65 (25.78% from 255 or 35.14% from 185); Blue value is 58 (23.05% from 255 or 31.35% from 185); Max value from RGB is 65 - color contains mainly: green. Hex color #3E413A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3E413A is #C1BEC5. Grayscale: #3F3F3F. Windows color (decimal): -12697286 or 3817790. OLE color: 3817790.

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

Color convert

RGB 62 65 58 -
CMYK 0.05 0 0.11 0.75
HSL 85.71º 0.06% 0.24% -
HSV(B) 85.71º 0.11% 0.25% -
XYZ 4.64 5.11 4.74 -
YUV 63.31 125.01 127.07 -
System Red Green Blue C M Y K H S L
Decimal 62 65 58 0.05 0 0.11 0.75 85.71 0.06 0.24
Hex 3E 41 3A 5 0 B 4B 56 6 18
Octal 76 101 72 5 0 13 113 126 6 30
Binary 111110 1000001 111010 101 0 1011 1001011 1010110 110 11000

Color Harmonies of #3E413A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E413A

Black with #3E413A

Text Example


Text Example

White with #3E413A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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