Html Css Color HEX #39472F Mallard

📋 copy color: '#39472F'

red 57 ◦ green 71 ◦ blue 47

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

Shades of Mallard #39472F

Tints of Mallard #39472F

RGB

 RED value IS 57 (22.66% from 255) = 32.57%

 GREEN value IS 71 (28.13% from 255) = 40.57%

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

R = 32.57%
G = 40.57%
B = 26.86%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.34

 K value IS 0.72

RGB Variations

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

Color information

#39472F (or 0x39472F) is known color: Mallard. HEX triplet: 39, 47 and 2F. RGB value is (57,71,47). Sum of RGB (Red+Green+Blue) = 57+71+47=175 (23% of max value = 765). Red value is 57 (22.66% from 255 or 32.57% from 175); Green value is 71 (28.12% from 255 or 40.57% from 175); Blue value is 47 (18.75% from 255 or 26.86% from 175); Max value from RGB is 71 - color contains mainly: green. Hex color #39472F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #39472F is #C6B8D0. Grayscale: #404040. Windows color (decimal): -13023441 or 3098425. OLE color: 3098425.

HSL color Cylindrical-coordinate representation of color #39472F: hue angle of 95º degrees, saturation: 0.2, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #39472F is Cyan = 0.20, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.72.

Color convert

RGB 57 71 47 -
CMYK 0.20 0 0.34 0.72
HSL 95º 0.2% 0.23% -
HSV(B) 95º 0.34% 0.28% -
XYZ 4.45 5.58 3.53 -
YUV 64.08 118.36 122.95 -
System Red Green Blue C M Y K H S L
Decimal 57 71 47 0.20 0 0.34 0.72 95 0.2 0.23
Hex 39 47 2F 14 0 22 48 5F 14 17
Octal 71 107 57 24 0 42 110 137 24 27
Binary 111001 1000111 101111 10100 0 100010 1001000 1011111 10100 10111

Color Harmonies of #39472F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #39472F

Black with #39472F

Text Example


Text Example

White with #39472F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #39472F; }

 p { color: rgb(57,71,47); }

 H1.HeaderClassName
 {
   color: #39472F;
 }
 .AnyTagClassName
 {
   color: #39472F;
 }
</style>

background-color css

<style>
 a { background-color: #39472F; }

 a { background-color: rgb(57,71,47); }

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

border-color css

<style>
 span { border-color: #39472F; }

 span { border-color: rgb(57,71,47); }

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