#385027

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

Shades of Mallard #385027

Tints of Mallard #385027

Color information

#385027 (or 0x385027) is unknown color: approx Mallard. HEX triplet: 38, 50 and 27. RGB value is (56,80,39). Sum of RGB (Red+Green+Blue) = 56+80+39=175 (23% of max value = 765). Red value is 56 (22.27% from 255 or 32% from 175); Green value is 80 (31.64% from 255 or 45.71% from 175); Blue value is 39 (15.62% from 255 or 22.29% from 175); Max value from RGB is 80 - color contains mainly: green. Hex color #385027 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #385027 is #C7AFD8. Grayscale: #444444. Windows color (decimal): -13086681 or 2576440. OLE color: 2576440.

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

Color convert

RGB568039-
CMYK0.3000.510.69
HSL95.12º34.45%23.33%-
HSV(B)95.12º51.25%31.37%-
XYZ4.876.722.96-
YUV68.15111.55119.33-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 32%
GREEN value IS 80 (31.64% from 255) = 45.71%
BLUE value IS 39 (15.62% from 255) = 22.29%
R=32%
G=45.71%
B=22.29%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal5680390.3000.510.6995.1234.4523.33
Hex3850271E033455f2217
Octal7012047360631051374227
Binary11100010100001001111111001100111000101101111110001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #385027

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #385027; }

 p { color: rgb(56,80,39); }

 H1.HeaderClassName
 {
   color: #385027;
 }
 .AnyTagClassName
 {
   color: #385027;
 }
</style>
background-color css

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

 a { background-color: rgb(56,80,39); }

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

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

 span { border-color: rgb(56,80,39); }

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