#38462B

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

Shades of Mallard #38462B

Tints of Mallard #38462B

Color information

#38462B (or 0x38462B) is unknown color: approx Mallard. HEX triplet: 38, 46 and 2B. RGB value is (56,70,43). Sum of RGB (Red+Green+Blue) = 56+70+43=169 (22% of max value = 765). Red value is 56 (22.27% from 255 or 33.14% from 169); Green value is 70 (27.73% from 255 or 41.42% from 169); Blue value is 43 (17.19% from 255 or 25.44% from 169); Max value from RGB is 70 - color contains mainly: green. Hex color #38462B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #38462B is #C7B9D4. Grayscale: #3E3E3E. Windows color (decimal): -13089237 or 2836024. OLE color: 2836024.

HSL color Cylindrical-coordinate representation of color #38462B: hue angle of 91.11º degrees, saturation: 0.24, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #38462B is Cyan = 0.20, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.73.

Color convert

RGB567043-
CMYK0.2000.390.73
HSL91.11º23.89%22.16%-
HSV(B)91.11º38.57%27.45%-
XYZ4.265.43.1-
YUV62.74116.86123.2-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 33.14%
GREEN value IS 70 (27.73% from 255) = 41.42%
BLUE value IS 43 (17.19% from 255) = 25.44%
R=33.14%
G=41.42%
B=25.44%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal5670430.2000.390.7391.1123.8922.16
Hex38462B14027495b1816
Octal7010653240471111333026
Binary1110001000110101011101000100111100100110110111100010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38462B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #38462B; }

 p { color: rgb(56,70,43); }

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

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

 a { background-color: rgb(56,70,43); }

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

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

 span { border-color: rgb(56,70,43); }

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