#386211

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

Shades of Dell #386211

Tints of Dell #386211

Color information

#386211 (or 0x386211) is unknown color: approx Dell. HEX triplet: 38, 62 and 11. RGB value is (56,98,17). Sum of RGB (Red+Green+Blue) = 56+98+17=171 (22% of max value = 765). Red value is 56 (22.27% from 255 or 32.75% from 171); Green value is 98 (38.67% from 255 or 57.31% from 171); Blue value is 17 (7.03% from 255 or 9.94% from 171); Max value from RGB is 98 - color contains mainly: green. Hex color #386211 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #386211 is #C79DEE. Grayscale: #4C4C4C. Windows color (decimal): -13082095 or 1139256. OLE color: 1139256.

HSL color Cylindrical-coordinate representation of color #386211: hue angle of 91.11º degrees, saturation: 0.7, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #386211 is Cyan = 0.43, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.62.

Color convert

RGB569817-
CMYK0.4300.830.62
HSL91.11º70.43%22.55%-
HSV(B)91.11º82.65%38.43%-
XYZ6.19.622.07-
YUV76.2194.59113.59-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 32.75%
GREEN value IS 98 (38.67% from 255) = 57.31%
BLUE value IS 17 (7.03% from 255) = 9.94%
R=32.75%
G=57.31%
B=9.94%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5698170.4300.830.6291.1170.4322.55
Hex3862112B0533E5b4617
Octal70142215301237613310627
Binary111000110001010001101011010100111111101011011100011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #386211

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #386211; }

 p { color: rgb(56,98,17); }

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

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

 a { background-color: rgb(56,98,17); }

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

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

 span { border-color: rgb(56,98,17); }

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