Html Css Color HEX #395425 Mallard

📋 copy color: '#395425'

red 57 ◦ green 84 ◦ blue 37

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

Shades of Mallard #395425

Tints of Mallard #395425

RGB

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

 GREEN value IS 84 (33.2% from 255) = 47.19%

 BLUE value IS 37 (14.84% from 255) = 20.79%

R = 32.02%
G = 47.19%
B = 20.79%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.56

 K value IS 0.67

RGB Variations

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

Color information

#395425 (or 0x395425) is known color: Mallard. HEX triplet: 39, 54 and 25. RGB value is (57,84,37). Sum of RGB (Red+Green+Blue) = 57+84+37=178 (23% of max value = 765). Red value is 57 (22.66% from 255 or 32.02% from 178); Green value is 84 (33.20% from 255 or 47.19% from 178); Blue value is 37 (14.84% from 255 or 20.79% from 178); Max value from RGB is 84 - color contains mainly: green. Hex color #395425 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #395425 is #C6ABDA. Grayscale: #464646. Windows color (decimal): -13020123 or 2446393. OLE color: 2446393.

HSL color Cylindrical-coordinate representation of color #395425: hue angle of 94.47º degrees, saturation: 0.39, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #395425 is Cyan = 0.32, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.67.

Color convert

RGB 57 84 37 -
CMYK 0.32 0 0.56 0.67
HSL 94.47º 0.39% 0.24% -
HSV(B) 94.47º 0.56% 0.33% -
XYZ 5.19 7.34 2.89 -
YUV 70.57 109.05 118.32 -
System Red Green Blue C M Y K H S L
Decimal 57 84 37 0.32 0 0.56 0.67 94.47 0.39 0.24
Hex 39 54 25 20 0 38 43 5E 27 18
Octal 71 124 45 40 0 70 103 136 47 30
Binary 111001 1010100 100101 100000 0 111000 1000011 1011110 100111 11000

Color Harmonies of #395425

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #395425

Black with #395425

Text Example


Text Example

White with #395425

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #395425; }

 p { color: rgb(57,84,37); }

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

background-color css

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

 a { background-color: rgb(57,84,37); }

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

border-color css

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

 span { border-color: rgb(57,84,37); }

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