Html Css Color HEX #3E552D Mallard

📋 copy color: '#3E552D'

red 62 ◦ green 85 ◦ blue 45

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

Shades of Mallard #3E552D

Tints of Mallard #3E552D

RGB

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

 GREEN value IS 85 (33.59% from 255) = 44.27%

 BLUE value IS 45 (17.97% from 255) = 23.44%

R = 32.29%
G = 44.27%
B = 23.44%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.47

 K value IS 0.67

RGB Variations

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

Color information

#3E552D (or 0x3E552D) is known color: Mallard. HEX triplet: 3E, 55 and 2D. RGB value is (62,85,45). Sum of RGB (Red+Green+Blue) = 62+85+45=192 (25% of max value = 765). Red value is 62 (24.61% from 255 or 32.29% from 192); Green value is 85 (33.59% from 255 or 44.27% from 192); Blue value is 45 (17.97% from 255 or 23.44% from 192); Max value from RGB is 85 - color contains mainly: green. Hex color #3E552D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3E552D is #C1AAD2. Grayscale: #494949. Windows color (decimal): -12692179 or 2970942. OLE color: 2970942.

HSL color Cylindrical-coordinate representation of color #3E552D: hue angle of 94.5º degrees, saturation: 0.31, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #3E552D is Cyan = 0.27, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.67.

Color convert

RGB 62 85 45 -
CMYK 0.27 0 0.47 0.67
HSL 94.5º 0.31% 0.25% -
HSV(B) 94.5º 0.47% 0.33% -
XYZ 5.71 7.71 3.67 -
YUV 73.56 111.88 119.75 -
System Red Green Blue C M Y K H S L
Decimal 62 85 45 0.27 0 0.47 0.67 94.5 0.31 0.25
Hex 3E 55 2D 1B 0 2F 43 5E 1F 19
Octal 76 125 55 33 0 57 103 136 37 31
Binary 111110 1010101 101101 11011 0 101111 1000011 1011110 11111 11001

Color Harmonies of #3E552D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E552D

Black with #3E552D

Text Example


Text Example

White with #3E552D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(62,85,45); }

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

background-color css

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

 a { background-color: rgb(62,85,45); }

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

border-color css

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

 span { border-color: rgb(62,85,45); }

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