#38581F

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

Shades of Mallard #38581F

Tints of Mallard #38581F

Color information

#38581F (or 0x38581F) is unknown color: approx Mallard. HEX triplet: 38, 58 and 1F. RGB value is (56,88,31). Sum of RGB (Red+Green+Blue) = 56+88+31=175 (23% of max value = 765). Red value is 56 (22.27% from 255 or 32% from 175); Green value is 88 (34.77% from 255 or 50.29% from 175); Blue value is 31 (12.5% from 255 or 17.71% from 175); Max value from RGB is 88 - color contains mainly: green. Hex color #38581F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #38581F is #C7A7E0. Grayscale: #484848. Windows color (decimal): -13084641 or 2054200. OLE color: 2054200.

HSL color Cylindrical-coordinate representation of color #38581F: hue angle of 93.68º degrees, saturation: 0.48, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #38581F is Cyan = 0.36, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.65.

Color convert

RGB568831-
CMYK0.3600.650.65
HSL93.68º47.9%23.33%-
HSV(B)93.68º64.77%34.51%-
XYZ5.377.922.54-
YUV71.93104.9116.63-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 32%
GREEN value IS 88 (34.77% from 255) = 50.29%
BLUE value IS 31 (12.5% from 255) = 17.71%
R=32%
G=50.29%
B=17.71%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal5688310.3600.650.6593.6847.923.33
Hex38581F24041415e3017
Octal70130374401011011366027
Binary111000101100011111100100010000011000001101111011000010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38581F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #38581F; }

 p { color: rgb(56,88,31); }

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

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

 a { background-color: rgb(56,88,31); }

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

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

 span { border-color: rgb(56,88,31); }

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