#386510

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

Shades of Dell #386510

Tints of Dell #386510

Color information

#386510 (or 0x386510) is unknown color: approx Dell. HEX triplet: 38, 65 and 10. RGB value is (56,101,16). Sum of RGB (Red+Green+Blue) = 56+101+16=173 (22% of max value = 765). Red value is 56 (22.27% from 255 or 32.37% from 173); Green value is 101 (39.84% from 255 or 58.38% from 173); Blue value is 16 (6.64% from 255 or 9.25% from 173); Max value from RGB is 101 - color contains mainly: green. Hex color #386510 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #386510 is #C79AEF. Grayscale: #4E4E4E. Windows color (decimal): -13081328 or 1074488. OLE color: 1074488.

HSL color Cylindrical-coordinate representation of color #386510: hue angle of 91.76º degrees, saturation: 0.73, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #386510 is Cyan = 0.45, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.60.

Color convert

RGB5610116-
CMYK0.4500.840.60
HSL91.76º72.65%22.94%-
HSV(B)91.76º84.16%39.61%-
XYZ6.3810.192.12-
YUV77.8693.09112.41-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 32.37%
GREEN value IS 101 (39.84% from 255) = 58.38%
BLUE value IS 16 (6.64% from 255) = 9.25%
R=32.37%
G=58.38%
B=9.25%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal56101160.4500.840.6091.7672.6522.94
Hex3865102D0543C5c4917
Octal70145205501247413411127
Binary111000110010110000101101010101001111001011100100100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #386510

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #386510; }

 p { color: rgb(56,101,16); }

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

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

 a { background-color: rgb(56,101,16); }

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

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

 span { border-color: rgb(56,101,16); }

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