Html Css Color HEX #39482E Mallard

📋 copy color: '#39482E'

red 57 ◦ green 72 ◦ blue 46

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

Shades of Mallard #39482E

Tints of Mallard #39482E

RGB

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

 GREEN value IS 72 (28.52% from 255) = 41.14%

 BLUE value IS 46 (18.36% from 255) = 26.29%

R = 32.57%
G = 41.14%
B = 26.29%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.36

 K value IS 0.72

RGB Variations

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

Color information

#39482E (or 0x39482E) is known color: Mallard. HEX triplet: 39, 48 and 2E. RGB value is (57,72,46). Sum of RGB (Red+Green+Blue) = 57+72+46=175 (23% of max value = 765). Red value is 57 (22.66% from 255 or 32.57% from 175); Green value is 72 (28.52% from 255 or 41.14% from 175); Blue value is 46 (18.36% from 255 or 26.29% from 175); Max value from RGB is 72 - color contains mainly: green. Hex color #39482E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #39482E is #C6B7D1. Grayscale: #404040. Windows color (decimal): -13023186 or 3033145. OLE color: 3033145.

HSL color Cylindrical-coordinate representation of color #39482E: hue angle of 94.62º degrees, saturation: 0.22, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #39482E is Cyan = 0.21, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.72.

Color convert

RGB 57 72 46 -
CMYK 0.21 0 0.36 0.72
HSL 94.62º 0.22% 0.23% -
HSV(B) 94.62º 0.36% 0.28% -
XYZ 4.5 5.7 3.45 -
YUV 64.55 117.53 122.61 -
System Red Green Blue C M Y K H S L
Decimal 57 72 46 0.21 0 0.36 0.72 94.62 0.22 0.23
Hex 39 48 2E 15 0 24 48 5F 16 17
Octal 71 110 56 25 0 44 110 137 26 27
Binary 111001 1001000 101110 10101 0 100100 1001000 1011111 10110 10111

Color Harmonies of #39482E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #39482E

Black with #39482E

Text Example


Text Example

White with #39482E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #39482E; }

 p { color: rgb(57,72,46); }

 H1.HeaderClassName
 {
   color: #39482E;
 }
 .AnyTagClassName
 {
   color: #39482E;
 }
</style>

background-color css

<style>
 a { background-color: #39482E; }

 a { background-color: rgb(57,72,46); }

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

border-color css

<style>
 span { border-color: #39482E; }

 span { border-color: rgb(57,72,46); }

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