Html Css Color HEX #395029 Mallard

📋 copy color: '#395029'

red 57 ◦ green 80 ◦ blue 41

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

Shades of Mallard #395029

Tints of Mallard #395029

RGB

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

 GREEN value IS 80 (31.64% from 255) = 44.94%

 BLUE value IS 41 (16.41% from 255) = 23.03%

R = 32.02%
G = 44.94%
B = 23.03%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.49

 K value IS 0.69

RGB Variations

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

Color information

#395029 (or 0x395029) is known color: Mallard. HEX triplet: 39, 50 and 29. RGB value is (57,80,41). Sum of RGB (Red+Green+Blue) = 57+80+41=178 (23% of max value = 765). Red value is 57 (22.66% from 255 or 32.02% from 178); Green value is 80 (31.64% from 255 or 44.94% from 178); Blue value is 41 (16.41% from 255 or 23.03% from 178); Max value from RGB is 80 - color contains mainly: green. Hex color #395029 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #395029 is #C6AFD6. Grayscale: #444444. Windows color (decimal): -13021143 or 2707513. OLE color: 2707513.

HSL color Cylindrical-coordinate representation of color #395029: hue angle of 95.38º degrees, saturation: 0.32, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #395029 is Cyan = 0.29, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.69.

Color convert

RGB 57 80 41 -
CMYK 0.29 0 0.49 0.69
HSL 95.38º 0.32% 0.24% -
HSV(B) 95.38º 0.49% 0.31% -
XYZ 4.96 6.77 3.14 -
YUV 68.68 112.38 119.67 -
System Red Green Blue C M Y K H S L
Decimal 57 80 41 0.29 0 0.49 0.69 95.38 0.32 0.24
Hex 39 50 29 1D 0 31 45 5F 20 18
Octal 71 120 51 35 0 61 105 137 40 30
Binary 111001 1010000 101001 11101 0 110001 1000101 1011111 100000 11000

Color Harmonies of #395029

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #395029

Black with #395029

Text Example


Text Example

White with #395029

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #395029; }

 p { color: rgb(57,80,41); }

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

background-color css

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

 a { background-color: rgb(57,80,41); }

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

border-color css

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

 span { border-color: rgb(57,80,41); }

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