Html Css Color HEX #3E552F Mallard

📋 copy color: '#3E552F'

red 62 ◦ green 85 ◦ blue 47

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

Shades of Mallard #3E552F

Tints of Mallard #3E552F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 24.23%

R = 31.96%
G = 43.81%
B = 24.23%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.45

 K value IS 0.67

RGB Variations

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

Color information

#3E552F (or 0x3E552F) is known color: Mallard. HEX triplet: 3E, 55 and 2F. RGB value is (62,85,47). Sum of RGB (Red+Green+Blue) = 62+85+47=194 (25% of max value = 765). Red value is 62 (24.61% from 255 or 31.96% from 194); Green value is 85 (33.59% from 255 or 43.81% from 194); Blue value is 47 (18.75% from 255 or 24.23% from 194); Max value from RGB is 85 - color contains mainly: green. Hex color #3E552F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3E552F is #C1AAD0. Grayscale: #494949. Windows color (decimal): -12692177 or 3102014. OLE color: 3102014.

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

Color convert

RGB 62 85 47 -
CMYK 0.27 0 0.45 0.67
HSL 96.32º 0.29% 0.26% -
HSV(B) 96.32º 0.45% 0.33% -
XYZ 5.75 7.73 3.88 -
YUV 73.79 112.88 119.59 -
System Red Green Blue C M Y K H S L
Decimal 62 85 47 0.27 0 0.45 0.67 96.32 0.29 0.26
Hex 3E 55 2F 1B 0 2D 43 60 1D 1A
Octal 76 125 57 33 0 55 103 140 35 32
Binary 111110 1010101 101111 11011 0 101101 1000011 1100000 11101 11010

Color Harmonies of #3E552F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E552F

Black with #3E552F

Text Example


Text Example

White with #3E552F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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