Html Css Color HEX #395027 Mallard

📋 copy color: '#395027'

red 57 ◦ green 80 ◦ blue 39

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

Shades of Mallard #395027

Tints of Mallard #395027

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 22.16%

R = 32.39%
G = 45.45%
B = 22.16%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.51

 K value IS 0.69

RGB Variations

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

Color information

#395027 (or 0x395027) is known color: Mallard. HEX triplet: 39, 50 and 27. RGB value is (57,80,39). Sum of RGB (Red+Green+Blue) = 57+80+39=176 (23% of max value = 765). Red value is 57 (22.66% from 255 or 32.39% from 176); Green value is 80 (31.64% from 255 or 45.45% from 176); Blue value is 39 (15.62% from 255 or 22.16% from 176); Max value from RGB is 80 - color contains mainly: green. Hex color #395027 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #395027 is #C6AFD8. Grayscale: #444444. Windows color (decimal): -13021145 or 2576441. OLE color: 2576441.

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

Color convert

RGB 57 80 39 -
CMYK 0.29 0 0.51 0.69
HSL 93.66º 0.34% 0.23% -
HSV(B) 93.66º 0.51% 0.31% -
XYZ 4.92 6.75 2.96 -
YUV 68.45 111.38 119.83 -
System Red Green Blue C M Y K H S L
Decimal 57 80 39 0.29 0 0.51 0.69 93.66 0.34 0.23
Hex 39 50 27 1D 0 33 45 5E 22 17
Octal 71 120 47 35 0 63 105 136 42 27
Binary 111001 1010000 100111 11101 0 110011 1000101 1011110 100010 10111

Color Harmonies of #395027

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #395027

Black with #395027

Text Example


Text Example

White with #395027

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #395027; }

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

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

background-color css

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

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

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

border-color css

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

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

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