#385222

Color #385222 Mallard (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mallard #385222

Tints of Mallard #385222

Color information

#385222 (or 0x385222) is unknown color: approx 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

RGB568234-
CMYK0.3200.590.68
HSL92.5º41.38%22.75%-
HSV(B)92.5º58.54%32.16%-
XYZ4.946.992.6-
YUV68.75108.39118.9-

RGB Variations

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

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 (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal5682340.3200.590.6892.541.3822.75
Hex3852222003B445c2917
Octal7012242400731041345127
Binary111000101001010001010000001110111000100101110010100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #385222

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>