Html Css Color HEX #3E413B Mallard

📋 copy color: '#3E413B'

red 62 ◦ green 65 ◦ blue 59

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

Shades of Mallard #3E413B

Tints of Mallard #3E413B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 31.72%

R = 33.33%
G = 34.95%
B = 31.72%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.09

 K value IS 0.75

RGB Variations

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

Color information

#3E413B (or 0x3E413B) is known color: Mallard. HEX triplet: 3E, 41 and 3B. RGB value is (62,65,59). Sum of RGB (Red+Green+Blue) = 62+65+59=186 (24% of max value = 765). Red value is 62 (24.61% from 255 or 33.33% from 186); Green value is 65 (25.78% from 255 or 34.95% from 186); Blue value is 59 (23.44% from 255 or 31.72% from 186); Max value from RGB is 65 - color contains mainly: green. Hex color #3E413B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3E413B is #C1BEC4. Grayscale: #3F3F3F. Windows color (decimal): -12697285 or 3883326. OLE color: 3883326.

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

Color convert

RGB 62 65 59 -
CMYK 0.05 0 0.09 0.75
HSL 90º 0.05% 0.24% -
HSV(B) 90º 0.09% 0.25% -
XYZ 4.67 5.12 4.88 -
YUV 63.42 125.51 126.99 -
System Red Green Blue C M Y K H S L
Decimal 62 65 59 0.05 0 0.09 0.75 90 0.05 0.24
Hex 3E 41 3B 5 0 9 4B 5A 5 18
Octal 76 101 73 5 0 11 113 132 5 30
Binary 111110 1000001 111011 101 0 1001 1001011 1011010 101 11000

Color Harmonies of #3E413B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E413B

Black with #3E413B

Text Example


Text Example

White with #3E413B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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