Html Css Color HEX #385222 Mallard

📋 copy color: '#385222'

red 56 ◦ green 82 ◦ blue 34

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

Shades of Mallard #385222

Tints of Mallard #385222

RGB

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

 GREEN value IS 82 (32.42% from 255) = 47.67%

 BLUE value IS 34 (13.67% from 255) = 19.77%

R = 32.56%
G = 47.67%
B = 19.77%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.59

 K value IS 0.68

RGB Variations

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

Color information

#385222 (or 0x385222) is known color: Mallard. HEX triplet: 38, 52 and 22. RGB value is (56,82,34). Sum of RGB (Red+Green+Blue) = 56+82+34=172 (22% of max value = 765). Red value is 56 (22.27% from 255 or 32.56% from 172); Green value is 82 (32.42% from 255 or 47.67% from 172); Blue value is 34 (13.67% from 255 or 19.77% from 172); Max value from RGB is 82 - color contains mainly: green. Hex color #385222 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #385222 is #C7ADDD. Grayscale: #444444. Windows color (decimal): -13086174 or 2249272. OLE color: 2249272.

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

Color convert

RGB 56 82 34 -
CMYK 0.32 0 0.59 0.68
HSL 92.5º 0.41% 0.23% -
HSV(B) 92.5º 0.59% 0.32% -
XYZ 4.94 6.99 2.6 -
YUV 68.75 108.39 118.9 -
System Red Green Blue C M Y K H S L
Decimal 56 82 34 0.32 0 0.59 0.68 92.5 0.41 0.23
Hex 38 52 22 20 0 3B 44 5C 29 17
Octal 70 122 42 40 0 73 104 134 51 27
Binary 111000 1010010 100010 100000 0 111011 1000100 1011100 101001 10111

Color Harmonies of #385222

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #385222

Black with #385222

Text Example


Text Example

White with #385222

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #385222; }

 p { color: rgb(56,82,34); }

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

background-color css

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

 a { background-color: rgb(56,82,34); }

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

border-color css

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

 span { border-color: rgb(56,82,34); }

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