Html Css Color HEX #395024 Mallard

📋 copy color: '#395024'

red 57 ◦ green 80 ◦ blue 36

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

Shades of Mallard #395024

Tints of Mallard #395024

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 20.81%

R = 32.95%
G = 46.24%
B = 20.81%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.55

 K value IS 0.69

RGB Variations

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

Color information

#395024 (or 0x395024) is known color: Mallard. HEX triplet: 39, 50 and 24. RGB value is (57,80,36). Sum of RGB (Red+Green+Blue) = 57+80+36=173 (22% of max value = 765). Red value is 57 (22.66% from 255 or 32.95% from 173); Green value is 80 (31.64% from 255 or 46.24% from 173); Blue value is 36 (14.45% from 255 or 20.81% from 173); Max value from RGB is 80 - color contains mainly: green. Hex color #395024 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #395024 is #C6AFDB. Grayscale: #444444. Windows color (decimal): -13021148 or 2379833. OLE color: 2379833.

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

Color convert

RGB 57 80 36 -
CMYK 0.29 0 0.55 0.69
HSL 91.36º 0.38% 0.23% -
HSV(B) 91.36º 0.55% 0.31% -
XYZ 4.87 6.73 2.71 -
YUV 68.11 109.88 120.08 -
System Red Green Blue C M Y K H S L
Decimal 57 80 36 0.29 0 0.55 0.69 91.36 0.38 0.23
Hex 39 50 24 1D 0 37 45 5B 26 17
Octal 71 120 44 35 0 67 105 133 46 27
Binary 111001 1010000 100100 11101 0 110111 1000101 1011011 100110 10111

Color Harmonies of #395024

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #395024

Black with #395024

Text Example


Text Example

White with #395024

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #395024; }

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

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

background-color css

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

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

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

border-color css

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

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

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