Html Css Color HEX #3E532F Mallard

📋 copy color: '#3E532F'

red 62 ◦ green 83 ◦ blue 47

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

Shades of Mallard #3E532F

Tints of Mallard #3E532F

RGB

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

 GREEN value IS 83 (32.81% from 255) = 43.23%

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

R = 32.29%
G = 43.23%
B = 24.48%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.43

 K value IS 0.67

RGB Variations

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

Color information

#3E532F (or 0x3E532F) is known color: Mallard. HEX triplet: 3E, 53 and 2F. RGB value is (62,83,47). Sum of RGB (Red+Green+Blue) = 62+83+47=192 (25% of max value = 765). Red value is 62 (24.61% from 255 or 32.29% from 192); Green value is 83 (32.81% from 255 or 43.23% from 192); Blue value is 47 (18.75% from 255 or 24.48% from 192); Max value from RGB is 83 - color contains mainly: green. Hex color #3E532F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3E532F is #C1ACD0. Grayscale: #484848. Windows color (decimal): -12692689 or 3101502. OLE color: 3101502.

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

Color convert

RGB 62 83 47 -
CMYK 0.25 0 0.43 0.67
HSL 95º 0.28% 0.25% -
HSV(B) 95º 0.43% 0.33% -
XYZ 5.59 7.42 3.83 -
YUV 72.62 113.54 120.43 -
System Red Green Blue C M Y K H S L
Decimal 62 83 47 0.25 0 0.43 0.67 95 0.28 0.25
Hex 3E 53 2F 19 0 2B 43 5F 1C 19
Octal 76 123 57 31 0 53 103 137 34 31
Binary 111110 1010011 101111 11001 0 101011 1000011 1011111 11100 11001

Color Harmonies of #3E532F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E532F

Black with #3E532F

Text Example


Text Example

White with #3E532F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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