Html Css Color HEX #385123 Mallard

📋 copy color: '#385123'

red 56 ◦ green 81 ◦ blue 35

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

Shades of Mallard #385123

Tints of Mallard #385123

RGB

 RED value IS 56 (22.27% from 255) = 32.56%

 GREEN value IS 81 (32.03% from 255) = 47.09%

 BLUE value IS 35 (14.06% from 255) = 20.35%

R = 32.56%
G = 47.09%
B = 20.35%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.57

 K value IS 0.68

RGB Variations

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

Color information

#385123 (or 0x385123) is known color: Mallard. HEX triplet: 38, 51 and 23. RGB value is (56,81,35). Sum of RGB (Red+Green+Blue) = 56+81+35=172 (22% of max value = 765). Red value is 56 (22.27% from 255 or 32.56% from 172); Green value is 81 (32.03% from 255 or 47.09% from 172); Blue value is 35 (14.06% from 255 or 20.35% from 172); Max value from RGB is 81 - color contains mainly: green. Hex color #385123 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #385123 is #C7AEDC. Grayscale: #444444. Windows color (decimal): -13086429 or 2314552. OLE color: 2314552.

HSL color Cylindrical-coordinate representation of color #385123: hue angle of 92.61º degrees, saturation: 0.4, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #385123 is Cyan = 0.31, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.68.

Color convert

RGB 56 81 35 -
CMYK 0.31 0 0.57 0.68
HSL 92.61º 0.4% 0.23% -
HSV(B) 92.61º 0.57% 0.32% -
XYZ 4.88 6.85 2.65 -
YUV 68.28 109.22 119.24 -
System Red Green Blue C M Y K H S L
Decimal 56 81 35 0.31 0 0.57 0.68 92.61 0.4 0.23
Hex 38 51 23 1F 0 39 44 5D 28 17
Octal 70 121 43 37 0 71 104 135 50 27
Binary 111000 1010001 100011 11111 0 111001 1000100 1011101 101000 10111

Color Harmonies of #385123

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #385123

Black with #385123

Text Example


Text Example

White with #385123

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #385123; }

 p { color: rgb(56,81,35); }

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

background-color css

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

 a { background-color: rgb(56,81,35); }

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

border-color css

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

 span { border-color: rgb(56,81,35); }

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